Searched refs:mRemoteCallbackThread (Results 1 – 2 of 2) sorted by relevance
217 private HandlerThread mRemoteCallbackThread; field in UiAutomation377 mRemoteCallbackThread = new HandlerThread("UiAutomation"); in connectWithTimeout()378 mRemoteCallbackThread.start(); in connectWithTimeout()381 mRemoteCallbackThread.getLooper(), ++mGenerationId); in connectWithTimeout()458 if (mRemoteCallbackThread != null) { in disconnect()459 mRemoteCallbackThread.quit(); in disconnect()460 mRemoteCallbackThread = null; in disconnect()
9133 Landroid/app/UiAutomation;->mRemoteCallbackThread:Landroid/os/HandlerThread;