Searched refs:removeUserCommand (Results 1 – 1 of 1) sorted by relevance
156 String removeUserCommand = "pm remove-user " + userId; in removeUser() local157 CLog.logAndDisplay(LogLevel.INFO, "starting command " + removeUserCommand); in removeUser()158 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + removeUserCommand + ": " in removeUser()159 + getDevice().executeShellCommand(removeUserCommand)); in removeUser()