Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethodPrivilegedOperations.aidl31 void reportStartInputAsync(in IBinder startInputToken); in reportStartInputAsync() method
H A DInputMethodPrivilegedOperations.java134 public void reportStartInputAsync(IBinder startInputToken) { in reportStartInputAsync() method in InputMethodPrivilegedOperations
140 ops.reportStartInputAsync(startInputToken); in reportStartInputAsync()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java856 mPrivOps.reportStartInputAsync(params.startInputToken); in dispatchStartInput()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java6813 public void reportStartInputAsync(IBinder startInputToken) { in reportStartInputAsync() method in InputMethodPrivilegedOperationsImpl