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()
735 String adbCommand = "am start -W --user " + userId in changeUserRestrictionForUser() local741 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() local753 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser()754 CLog.d("Output for command " + adbCommand + ": " + commandOutput); in changeCrossProfileWidgetForUser()
576 String adbCommand = "am start -W --user " + userId in changePolicy() local581 String commandOutput = getDevice().executeShellCommand(adbCommand); in changePolicy()582 CLog.d("Output for command " + adbCommand + ": " + commandOutput); in changePolicy()