Searched refs:stopUserCommand (Results 1 – 2 of 2) sorted by relevance
305 String stopUserCommand = "am stop-user -f " + userId; in stopUserAsync() local306 CLog.d("starting command \"" + stopUserCommand); in stopUserAsync()307 CLog.d("Output for command " + stopUserCommand + ": " in stopUserAsync()308 + getDevice().executeShellCommand(stopUserCommand)); in stopUserAsync()312 String stopUserCommand = "am stop-user -w -f " + userId; in stopUser() local313 CLog.d("starting command \"" + stopUserCommand + "\" and waiting."); in stopUser()314 CLog.d("Output for command " + stopUserCommand + ": " in stopUser()315 + getDevice().executeShellCommand(stopUserCommand)); in stopUser()358 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local360 getDevice().executeShellCommand(stopUserCommand); in removeUser()
232 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local234 getDevice().executeShellCommand(stopUserCommand); in removeUser()