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.java6458 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandEnableDisableInputMethod()
6579 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandSetInputMethod()
6620 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandResetInputMethod()
6749 private boolean userHasDebugPriv(@UserIdInt int userId, ShellCommand shellCommand) { in userHasDebugPriv() method