Searched refs:canCallerAccessInputMethod (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 1778 !canCallerAccessInputMethod(imi.getPackageName(), callingUid, userId, settings)); in getInputMethodListLocked() 1789 !canCallerAccessInputMethod(imi.getPackageName(), callingUid, userId, settings)); in getEnabledInputMethodListLocked() 1830 if (!canCallerAccessInputMethod(imi.getPackageName(), callingUid, userId, settings)) { in getEnabledInputMethodSubtypeListLocked() 4073 if (imi == null || !canCallerAccessInputMethod( in setInputMethod() 4092 if (imi == null || !canCallerAccessInputMethod( in setInputMethodAndSubtype() 5613 private boolean canCallerAccessInputMethod(@NonNull String targetPkgName, int callingUid, in canCallerAccessInputMethod() method
|
/frameworks/base/services/ |
D | art-wear-profile | 12392 PLcom/android/server/inputmethod/InputMethodManagerService;->canCallerAccessInputMethod(Ljava/lang/…
|