Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DIAccessibilityInputMethodSessionInvoker.java54 private static Handler sAsyncBinderEmulationHandler; field in IAccessibilityInputMethodSessionInvoker
76 if (sAsyncBinderEmulationHandler == null) { in createOrNull()
80 sAsyncBinderEmulationHandler = Handler.createAsync(thread.getLooper()); in createOrNull()
82 customHandler = sAsyncBinderEmulationHandler; in createOrNull()
H A DIInputMethodSessionInvoker.java62 private static Handler sAsyncBinderEmulationHandler; field in IInputMethodSessionInvoker
84 if (sAsyncBinderEmulationHandler == null) { in createOrNull()
88 sAsyncBinderEmulationHandler = Handler.createAsync(thread.getLooper()); in createOrNull()
90 customHandler = sAsyncBinderEmulationHandler; in createOrNull()