Home
last modified time | relevance | path

Searched refs:adbCommand (Results 1 – 3 of 3) sorted by relevance

/cts/suite/audio_quality/lib/src/
DAdb.cpp66 android::String8 adbCommand; in executeCommand() local
68 if (adbCommand.appendFormat("adb %s", command.string()) != 0) { in executeCommand()
72 if (adbCommand.appendFormat("adb -s %s %s", mDevice.string(), in executeCommand()
77 return system(adbCommand.string()); in executeCommand()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java735 String adbCommand = "am start -W --user " + userId in changeUserRestrictionForUser() local
741 CLog.d("Running command " + adbCommand); in changeUserRestrictionForUser()
742 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeUserRestrictionForUser()
748 String adbCommand = "am start -W --user " + userId in changeCrossProfileWidgetForUser() local
753 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser()
754 CLog.d("Output for command " + adbCommand + ": " + commandOutput); in changeCrossProfileWidgetForUser()
DDeviceAndProfileOwnerTest.java576 String adbCommand = "am start -W --user " + userId in changePolicy() local
581 String commandOutput = getDevice().executeShellCommand(adbCommand); in changePolicy()
582 CLog.d("Output for command " + adbCommand + ": " + commandOutput); in changePolicy()