Home
last modified time | relevance | path

Searched defs:workerThread (Results 1 – 8 of 8) sorted by relevance

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileDownloaderTest.java164 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadSuccessCallback() local
208 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureUnresolvableError() local
250 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureMemoryFullError() local
300 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureConnectionError() local
357 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureTimeout() local
414 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureOperationBusy() local
471 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureInvalidResponse() local
555 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadOpCode() local
614 WorkerThread workerThread = new WorkerThread(runnable); in testSMDPErrorParsing() local
DONSProfileActivatorTest.java511 WorkerThread workerThread = new WorkerThread(runnable); in testCalculateBackoffDelay() local
695 WorkerThread workerThread = new WorkerThread(runnable); in testESIMDownloadFailureAndRetry() local
/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiPickerRepository.kt44 { workerThread, callback -> in <lambda>() method
60 val workerThread = in connectedWifiEntryFlow() constant
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/
DWifiPickerTrackerHelperTest.java107 final HandlerThread workerThread = mock(HandlerThread.class); in onDestroy_workerThreadQuit() local
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiPickerTrackerHelper.java184 void setWorkerThread(@NonNull HandlerThread workerThread) { in setWorkerThread()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothUpdateWorker.java120 final HandlerThread workerThread = new HandlerThread(TAG, in getInstance() local
/packages/apps/Settings/src/com/android/settings/slices/
DSliceBackgroundWorker.java202 final HandlerThread workerThread = new HandlerThread("NotifySliceChangeHandler", in getInstance() local
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DSettingsQCBackgroundWorker.java179 HandlerThread workerThread = new HandlerThread("NotifyQCItemChangeHandler", in getInstance() local