Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 2 of 2) sorted by relevance

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java454 … private void sendReplyWithData(int cmd, int errorCode, int len, byte[] data) throws IOException { in sendReplyWithData()
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
DAppSecurityTests.java534 final String cmd = "am instrument --user " + userId + " -w -r -e class " + testClassName in doRunTestsAsUser() local