Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java5520 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandEnableDisableInputMethod()
5649 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandSetInputMethod()
5687 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandResetInputMethod()
5796 private boolean userHasDebugPriv(int userId, final ShellCommand shellCommand) { in userHasDebugPriv() method in InputMethodManagerService
/aosp12/frameworks/base/services/
H A Dart-profile19887 PLcom/android/server/inputmethod/InputMethodManagerService;->userHasDebugPriv(ILandroid/os/ShellCom…