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