Searched refs:mWorkerThread (Results 1 – 4 of 4) sorted by relevance
266 private volatile Thread mWorkerThread = null; field in UserBackupManagerServiceTest.TestBackupService293 mWorkerThread = super.getThreadForAsyncOperation(operationName, operation); in getThreadForAsyncOperation()294 return mWorkerThread; in getThreadForAsyncOperation()303 if (mWorkerThread == null) { in waitForAsyncOperation()308 mWorkerThread.join(/* millis */ WORKER_THREAD_TIMEOUT_MILLISECONDS); in waitForAsyncOperation()
121 private final HandlerThread mWorkerThread; field in RemoteViewsAdapter851 mWorkerThread = new HandlerThread("RemoteViewsCache-loader"); in RemoteViewsAdapter()852 mWorkerThread.start(); in RemoteViewsAdapter()854 mServiceHandler = new RemoteServiceHandler(mWorkerThread.getLooper(), this, in RemoteViewsAdapter()856 mAsyncViewLoadExecutor = useAsyncLoader ? new HandlerThreadExecutor(mWorkerThread) : null; in RemoteViewsAdapter()894 mWorkerThread.quit(); in finalize()959 new HandlerThreadExecutor(mWorkerThread)); in updateTemporaryMetaData()
93 private final HandlerThread mWorkerThread; field in UiTranslationController107 mWorkerThread = in UiTranslationController()110 mWorkerThread.start(); in UiTranslationController()111 mWorkerHandler = mWorkerThread.getThreadHandler(); in UiTranslationController()185 mWorkerThread.quitSafely(); in onActivityDestroyed()
163 private HandlerThread mWorkerThread; field in WifiTrackerTest174 mWorkerThread = new HandlerThread("TestHandlerWorkerThread"); in setUp()175 mWorkerThread.start(); in setUp()365 wifiTracker.setWorkThread(mWorkerThread); in createMockedWifiTracker()705 mWorkerThread.quit(); in scoreCacheAndListenerShouldBeUnregisteredWhenStopTrackingIsCalled()