Searched refs:stopUserCommand (Results 1 – 3 of 3) sorted by relevance
481 String stopUserCommand = "am stop-user -f " + userId; in stopUserAsync() local482 CLog.d("starting command \"" + stopUserCommand); in stopUserAsync()483 CLog.d("Output for command " + stopUserCommand + ": " in stopUserAsync()484 + getDevice().executeShellCommand(stopUserCommand)); in stopUserAsync()488 String stopUserCommand = "am stop-user -w -f " + userId; in stopUser() local489 CLog.d("starting command \"" + stopUserCommand + "\" and waiting."); in stopUser()490 CLog.d("Output for command " + stopUserCommand + ": " in stopUser()491 + getDevice().executeShellCommand(stopUserCommand)); in stopUser()511 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local513 getDevice().executeShellCommand(stopUserCommand); in removeUser()
216 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local218 getDevice().executeShellCommand(stopUserCommand); in removeUser()
522 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local524 getDevice().executeShellCommand(stopUserCommand); in removeUser()