Searched refs:OK (Results 1 – 4 of 4) sorted by relevance
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceNetwork.java | 88 public final static MonkeyCommandReturn OK = new MonkeyCommandReturn(true); field in MonkeySourceNetwork 119 return OK; in translateCommand() 122 return OK; in translateCommand() 168 return OK; in translateCommand() 196 return OK; in translateCommand() 231 return OK; in translateCommand() 284 return OK; in translateCommand() 312 return OK; in translateCommand() 328 return OK; in translateCommand() 356 return OK; in translateCommand() [all …]
|
/development/samples/browseable/BorderlessButtons/ |
D | _index.jd | 9 (OK and Cancel) and dividers to establish visual structure.
|
/development/tools/winscope/adb_proxy/ |
D | winscope_proxy.py | 278 server.respond(HTTPStatus.OK, j.encode("utf-8"), "text/json") 309 server.send_response(HTTPStatus.OK) 434 server.respond(HTTPStatus.OK, b'', "text/plain") 445 server.respond(HTTPStatus.OK, b'', "text/plain") 460 server.respond(HTTPStatus.OK, out, "text/plain") 473 …server.respond(HTTPStatus.OK, str(TRACE_THREADS[device_id].is_alive()).encode("utf-8"), "text/plai… 506 server.respond(HTTPStatus.OK, b'', "text/plain") 533 self.send_response(HTTPStatus.OK)
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 28 respond to every command with a line starting with OK for commands 31 value, that value is returned on the same line as the OK or ERROR 37 OK 41 OK: donut 126 no OK).
|