Home
last modified time | relevance | path

Searched refs:OK (Results 1 – 4 of 4) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java88 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.jd9 (OK and Cancel) and dividers to establish visual structure.
/development/cmds/monkey/
DREADME.NETWORK.txt28 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).
/development/tools/winscope/src/adb/
Dwinscope_proxy.py768 server.respond(HTTPStatus.OK, res.encode("utf-8"), "text/json")
784 server.respond(HTTPStatus.OK, j.encode("utf-8"), "text/json")
857 server.respond(HTTPStatus.OK, j.encode("utf-8"), "text/json")
987 server.respond(HTTPStatus.OK, b'', "text/plain")
1003 server.respond(HTTPStatus.OK, b'', "text/plain")
1029 server.respond(HTTPStatus.OK, out, "text/plain")
1046 server.respond(HTTPStatus.OK, b'', "text/plain")
1122 server.respond(HTTPStatus.OK, str(
1159 server.respond(HTTPStatus.OK, b'', "text/plain")
1198 self.send_response(HTTPStatus.OK)