Searched refs:adbCommand (Results 1 – 2 of 2) sorted by relevance
549 String adbCommand = "am start -W --user " + userId in changeCrossProfileWidgetForUser() local554 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser()555 LogUtil.CLog.d("Output for command " + adbCommand + ": " + commandOutput); in changeCrossProfileWidgetForUser()
1070 String adbCommand = "am start -W --user " + userId in changePolicy() local1076 String commandOutput = getDevice().executeShellCommand(adbCommand); in changePolicy()1077 CLog.d("Output for command " + adbCommand + ": " + commandOutput); in changePolicy()