Searched refs:canInteractWithImeLocked (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 3175 if (!canInteractWithImeLocked(uid, client, "showSoftInput", statsToken)) { in showSoftInput() 3329 if (!canInteractWithImeLocked(uid, client, "startStylusHandwriting", in startStylusHandwriting() 3587 if (!canInteractWithImeLocked(uid, client, "hideSoftInput", statsToken)) { in hideSoftInput() 3979 private boolean canInteractWithImeLocked(int uid, IInputMethodClient client, String methodName, in canInteractWithImeLocked() method in InputMethodManagerService 4340 if (!canInteractWithImeLocked(callingUid, client, in getInputMethodWindowVisibleHeight() 4473 if (!canInteractWithImeLocked(uid, client, "addVirtualStylusIdForTestSession", in addVirtualStylusIdForTestSession() 4500 if (!canInteractWithImeLocked(uid, client, "setStylusWindowIdleTimeoutForTest", in setStylusWindowIdleTimeoutForTest()
|