Searched refs:workerThread (Results 1 – 8 of 8) sorted by relevance
164 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadSuccessCallback() local165 workerThread.start(); in testDownloadSuccessCallback()175 workerThread.exit(); in testDownloadSuccessCallback()208 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureUnresolvableError() local209 workerThread.start(); in testDownloadFailureUnresolvableError()218 workerThread.exit(); in testDownloadFailureUnresolvableError()250 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureMemoryFullError() local251 workerThread.start(); in testDownloadFailureMemoryFullError()261 workerThread.exit(); in testDownloadFailureMemoryFullError()300 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureConnectionError() local[all …]
511 WorkerThread workerThread = new WorkerThread(runnable); in testCalculateBackoffDelay() local512 workerThread.start(); in testCalculateBackoffDelay()522 workerThread.exit(); in testCalculateBackoffDelay()695 WorkerThread workerThread = new WorkerThread(runnable); in testESIMDownloadFailureAndRetry() local696 workerThread.start(); in testESIMDownloadFailureAndRetry()723 workerThread.exit(); in testESIMDownloadFailureAndRetry()
42 workerThread: HandlerThread, callback: WifiPickerTracker.WifiPickerTrackerCallback in <lambda>()44 { workerThread, callback -> in <lambda>() method49 workerThread.getThreadHandler(), in <lambda>()60 val workerThread = in connectedWifiEntryFlow() constant65 workerThread.start() in connectedWifiEntryFlow()80 tracker = createWifiPickerTracker(workerThread, callback) in connectedWifiEntryFlow()86 workerThread.quit() in connectedWifiEntryFlow()
120 final HandlerThread workerThread = new HandlerThread(TAG, in getInstance() local122 workerThread.start(); in getInstance()123 sHandler = new LoadBtManagerHandler(context, workerThread.getLooper()); in getInstance()
202 final HandlerThread workerThread = new HandlerThread("NotifySliceChangeHandler", in getInstance() local204 workerThread.start(); in getInstance()205 sHandler = new NotifySliceChangeHandler(workerThread.getLooper()); in getInstance()
179 HandlerThread workerThread = new HandlerThread("NotifyQCItemChangeHandler", in getInstance() local181 workerThread.start(); in getInstance()182 sHandler = new NotifyQCItemChangeHandler(workerThread.getLooper()); in getInstance()
107 final HandlerThread workerThread = mock(HandlerThread.class); in onDestroy_workerThreadQuit() local108 mWifiPickerTrackerHelper.setWorkerThread(workerThread); in onDestroy_workerThreadQuit()112 verify(workerThread).quit(); in onDestroy_workerThreadQuit()
184 void setWorkerThread(@NonNull HandlerThread workerThread) { in setWorkerThread() argument185 mWorkerThread = workerThread; in setWorkerThread()