Searched refs:adbCommand (Results 1 – 3 of 3) sorted by relevance
66 android::String8 adbCommand; in executeCommand() local68 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()
922 String adbCommand = "am start -W --user " + userId in changePolicy() local927 String commandOutput = getDevice().executeShellCommand(adbCommand); in changePolicy()928 CLog.d("Output for command " + adbCommand + ": " + commandOutput); in changePolicy()
1675 String adbCommand = "am start -W --user " + userId in changeCrossProfileWidgetForUser() local1680 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser()1681 CLog.d("Output for command " + adbCommand + ": " + commandOutput); in changeCrossProfileWidgetForUser()