Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/
Dandroid_device.py31 def runAdbCommand(self, cmd): argument
37 def runShellCommand(self, cmd): argument
/cts/tests/tests/media/src/android/media/cts/
DRingtoneTest.java64 StringBuilder cmd = new StringBuilder(); in enableAppOps() local
DUtils.java46 StringBuilder cmd = new StringBuilder(); in setAppOps() local
/cts/libs/deviceutil/src/android/cts/util/
DSystemUtil.java58 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand()
/cts/tests/tests/provider/src/android/provider/cts/
DSettings_SystemTest.java64 StringBuilder cmd = new StringBuilder(); in enableAppOps() local
/cts/tests/tests/accessibility/src/android/view/accessibility/cts/
DCaptioningManagerTest.java125 private void execShellCommand(String cmd) { in execShellCommand()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyVpnService.java42 String cmd = intent.getStringExtra(packageName + ".cmd"); in onStartCommand() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DJUnitDeviceTest.java134 String cmd = AbiFormatter.formatCmdForAbi(cmdLine, mAbi.getBitness()); in run() local
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py239 def executeOnDevice(self, cmd, reportErrors = True): argument
243 def executeLocal(self, cmd, check_status = True): argument
/cts/tests/tests/text/src/android/text/format/cts/
DDateFormatTest.java65 StringBuilder cmd = new StringBuilder(); in enableAppOps() local
/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java257 final String cmd = lineSplit[1].trim(); in generateDeviceImages() local
/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java76 StringBuilder cmd = new StringBuilder(); in enableAppOps() local
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java405 public static void logCommand(String... cmd) throws Exception { in logCommand()
/cts/apps/CameraITS/pymodules/its/
Ddevice.py710 def _run(cmd): argument
/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/
DSplitTests.java367 final StringBuilder cmd = new StringBuilder(); in run() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java533 public void processSocketCommand(String cmd) in processSocketCommand()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java2316 final String testTrie, final String cmd, final String output) throws Exception { in runInstrumentationLineAndAnswer()