Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java477 public void attachToken(IBinder token) { in attachToken() method in MockIme.MockInputMethodImpl
478 getTracer().attachToken(token, () -> super.attachToken(token)); in attachToken()
1165 void attachToken(IBinder token, @NonNull Runnable runnable) {