Home
last modified time | relevance | path

Searched refs:userHasDebugPriv (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java5572 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