Searched refs:stopUserCommand (Results 1 – 2 of 2) sorted by relevance
560 String stopUserCommand = "am stop-user -f " + userId; in stopUserAsync() local561 CLog.d("starting command \"" + stopUserCommand); in stopUserAsync()562 CLog.d("Output for command " + stopUserCommand + ": " in stopUserAsync()563 + getDevice().executeShellCommand(stopUserCommand)); in stopUserAsync()570 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local572 getDevice().executeShellCommand(stopUserCommand); in removeUser()
493 String stopUserCommand = "am stop-user -f " + userId; in stopUserAsync() local494 CLog.d("starting command \"" + stopUserCommand); in stopUserAsync()495 CLog.d("Output for command " + stopUserCommand + ": " in stopUserAsync()496 + getDevice().executeShellCommand(stopUserCommand)); in stopUserAsync()500 String stopUserCommand = "am stop-user -w -f " + userId; in stopUser() local501 CLog.d("starting command \"" + stopUserCommand + "\" and waiting."); in stopUser()502 CLog.d("Output for command " + stopUserCommand + ": " in stopUser()503 + getDevice().executeShellCommand(stopUserCommand)); in stopUser()523 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local525 getDevice().executeShellCommand(stopUserCommand); in removeUser()