Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DUiAutomation.java188 private HandlerThread mRemoteCallbackThread; field in UiAutomation
315 mRemoteCallbackThread = new HandlerThread("UiAutomation"); in connectWithTimeout()
316 mRemoteCallbackThread.start(); in connectWithTimeout()
319 mRemoteCallbackThread.getLooper(), ++mGenerationId); in connectWithTimeout()
394 if (mRemoteCallbackThread != null) { in disconnect()
395 mRemoteCallbackThread.quit(); in disconnect()
396 mRemoteCallbackThread = null; in disconnect()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9133 Landroid/app/UiAutomation;->mRemoteCallbackThread:Landroid/os/HandlerThread;