Searched refs:mRemoteCallbackThread (Results 1 – 2 of 2) sorted by relevance
217 private HandlerThread mRemoteCallbackThread; field in UiAutomation376 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()
9133 Landroid/app/UiAutomation;->mRemoteCallbackThread:Landroid/os/HandlerThread;