Searched refs:stopUserCommand (Results 1 – 3 of 3) 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()
483 String stopUserCommand = "am stop-user -f " + userId; in stopUserAsync() local484 CLog.d("starting command \"" + stopUserCommand); in stopUserAsync()485 CLog.d("Output for command " + stopUserCommand + ": " in stopUserAsync()486 + getDevice().executeShellCommand(stopUserCommand)); in stopUserAsync()490 String stopUserCommand = "am stop-user -w -f " + userId; in stopUser() local491 CLog.d("starting command \"" + stopUserCommand + "\" and waiting."); in stopUser()492 CLog.d("Output for command " + stopUserCommand + ": " in stopUser()493 + getDevice().executeShellCommand(stopUserCommand)); in stopUser()513 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local515 getDevice().executeShellCommand(stopUserCommand); in removeUser()
194 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local196 getDevice().executeShellCommand(stopUserCommand); in removeUser()