Searched refs:stopUserCommand (Results 1 – 1 of 1) sorted by relevance
184 String stopUserCommand = "am stop-user -w -f " + userId; in stopUser() local185 CLog.d("starting command \"" + stopUserCommand + "\" and waiting."); in stopUser()186 CLog.d("Output for command " + stopUserCommand + ": " in stopUser()187 + getDevice().executeShellCommand(stopUserCommand)); in stopUser()194 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local196 getDevice().executeShellCommand(stopUserCommand); in removeUser()