Searched refs:mRemoteCallbackThread (Results 1 – 2 of 2) sorted by relevance
188 private HandlerThread mRemoteCallbackThread; field in UiAutomation315 mRemoteCallbackThread = new HandlerThread("UiAutomation"); in connectWithTimeout()316 mRemoteCallbackThread.start(); in connectWithTimeout()319 mRemoteCallbackThread.getLooper(), ++mGenerationId); in connectWithTimeout()394 if (mRemoteCallbackThread != null) { in disconnect()395 mRemoteCallbackThread.quit(); in disconnect()396 mRemoteCallbackThread = null; in disconnect()
9133 Landroid/app/UiAutomation;->mRemoteCallbackThread:Landroid/os/HandlerThread;