Searched refs:userHasDebugPriv (Results 1 – 1 of 1) sorted by relevance
6472 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandEnableDisableInputMethod()6597 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandSetInputMethod()6637 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandResetInputMethod()6754 private boolean userHasDebugPriv(@UserIdInt int userId, ShellCommand shellCommand) { in userHasDebugPriv() method