Searched refs:stopUserCommand (Results 1 – 1 of 1) sorted by relevance
152 String stopUserCommand = "am stop-user -w " + userId; in removeUser() local153 … CLog.logAndDisplay(LogLevel.INFO, "starting command \"" + stopUserCommand + "\" and waiting."); in removeUser()154 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + stopUserCommand + ": " in removeUser()155 + getDevice().executeShellCommand(stopUserCommand)); in removeUser()