Searched defs:cmd (Results 1 – 2 of 2) sorted by relevance
454 … private void sendReplyWithData(int cmd, int errorCode, int len, byte[] data) throws IOException { in sendReplyWithData()
534 final String cmd = "am instrument --user " + userId + " -w -r -e class " + testClassName in doRunTestsAsUser() local