Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomation.java216 private HandlerThread mRemoteCallbackThread; field in UiAutomation
375 mRemoteCallbackThread = new HandlerThread("UiAutomation"); in connectWithTimeout()
376 mRemoteCallbackThread.start(); in connectWithTimeout()
379 mRemoteCallbackThread.getLooper(), ++mGenerationId); in connectWithTimeout()
456 if (mRemoteCallbackThread != null) { in disconnect()
457 mRemoteCallbackThread.quit(); in disconnect()
458 mRemoteCallbackThread = null; in disconnect()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9133 Landroid/app/UiAutomation;->mRemoteCallbackThread:Landroid/os/HandlerThread;