Home
last modified time | relevance | path

Searched defs:imeUid (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImePlatformCompatUtils.java42 public boolean shouldUseSetInteractiveProtocol(int imeUid) { in shouldUseSetInteractiveProtocol()
H A DHandwritingEventReceiverSurface.java77 void startIntercepting(int imePid, int imeUid) { in startIntercepting()
H A DHandwritingModeController.java237 int requestId, int imePid, int imeUid, IBinder focusedWindowToken) { in startHandwritingSession()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DRemoteInputConnectionImpl.java1204 final int imeUid = Binder.getCallingUid(); in commitContent() local