Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImePlatformCompatUtils.java42 public boolean shouldUseSetInteractiveProtocol(int imeUid) { in shouldUseSetInteractiveProtocol() method in ImePlatformCompatUtils
H A DInputMethodManagerService.java5168 if (mImePlatformCompatUtils.shouldUseSetInteractiveProtocol(getCurMethodUidLocked())) { in handleSetInteractive()