Searched refs:mWorkerThread (Results 1 – 5 of 5) sorted by relevance
317 private volatile Thread mWorkerThread = null; field in UserBackupManagerServiceTest.TestBackupService356 mWorkerThread = super.getThreadForAsyncOperation(operationName, operation); in getThreadForAsyncOperation()357 return mWorkerThread; in getThreadForAsyncOperation()366 if (mWorkerThread == null) { in waitForAsyncOperation()371 mWorkerThread.join(/* millis */ WORKER_THREAD_TIMEOUT_MILLISECONDS); in waitForAsyncOperation()
223 private Thread mWorkerThread; field in ResourcePolicyTestActivity227 mWorkerThread = new Thread(new Runnable() { in useCodecs()246 mWorkerThread.start(); in useCodecs()
121 private final HandlerThread mWorkerThread; field in RemoteViewsAdapter846 mWorkerThread = new HandlerThread("RemoteViewsCache-loader"); in RemoteViewsAdapter()847 mWorkerThread.start(); in RemoteViewsAdapter()849 mServiceHandler = new RemoteServiceHandler(mWorkerThread.getLooper(), this, in RemoteViewsAdapter()851 mAsyncViewLoadExecutor = useAsyncLoader ? new HandlerThreadExecutor(mWorkerThread) : null; in RemoteViewsAdapter()889 mWorkerThread.quit(); in finalize()954 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()