Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java1935 private boolean calledWithValidTokenLocked(@NonNull IBinder token) { in calledWithValidTokenLocked() method in InputMethodManagerService
2140 if (!calledWithValidTokenLocked(callerImeToken)) { in setCurHostInputToken()
2770 if (!calledWithValidTokenLocked(token)) { in updateStatusIcon()
2877 if (!calledWithValidTokenLocked(token)) { in setImeWindowStatus()
2913 if (!calledWithValidTokenLocked(token)) { in reportStartInput()
3672 if (!calledWithValidTokenLocked(token)) { in setInputMethod()
3683 if (!calledWithValidTokenLocked(token)) { in setInputMethodAndSubtype()
3712 if (!calledWithValidTokenLocked(token)) { in switchToPreviousInputMethod()
3784 if (!calledWithValidTokenLocked(token)) { in switchToNextInputMethod()
3801 if (!calledWithValidTokenLocked(token)) { in shouldOfferSwitchingToNextInputMethod()
[all …]
/frameworks/base/services/
Dart-profile16719 HPLcom/android/server/inputmethod/InputMethodManagerService;->calledWithValidTokenLocked(Landroid/o…