Searched refs:userHasDebugPriv (Results 1 – 1 of 1) sorted by relevance
6458 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandEnableDisableInputMethod()6579 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandSetInputMethod()6620 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandResetInputMethod()6749 private boolean userHasDebugPriv(@UserIdInt int userId, ShellCommand shellCommand) { in userHasDebugPriv() method