Home
last modified time | relevance | path

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

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