Home
last modified time | relevance | path

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

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