HomeSort by relevance Sort by last modified time
    Searched refs:adbCommand (Results 1 - 3 of 3) sorted by null

  /cts/suite/audio_quality/lib/src/
Adb.cpp 66 android::String8 adbCommand;
68 if (adbCommand.appendFormat("adb %s", command.string()) != 0) {
72 if (adbCommand.appendFormat("adb -s %s %s", mDevice.string(),
77 return system(adbCommand.string());
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 722 String adbCommand = "am start -W --user " + userId
727 String commandOutput = getDevice().executeShellCommand(adbCommand);
728 CLog.d("Output for command " + adbCommand + ": " + commandOutput);
    [all...]
ManagedProfileTest.java     [all...]

Completed in 2649 milliseconds