Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java5706 final ComponentName selectedInputMethod = methodId != null in canCallerAccessInputMethod() local
5708 if (selectedInputMethod != null in canCallerAccessInputMethod()
5709 && selectedInputMethod.getPackageName().equals(targetPkgName)) { in canCallerAccessInputMethod()