Searched refs:userHasDebugPriv (Results 1 – 1 of 1) sorted by relevance
5572 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandEnableDisableInputMethod()5685 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandSetInputMethod()5719 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandResetInputMethod()5783 private boolean userHasDebugPriv(int userId, final ShellCommand shellCommand) { in userHasDebugPriv() method in InputMethodManagerService