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.java152 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadSuccessCallback() local
193 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureUnresolvableError() local
232 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureMemoryFullError() local
279 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureConnectionError() local
333 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureTimeout() local
387 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureOperationBusy() local
441 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadFailureInvalidResponse() local
522 WorkerThread workerThread = new WorkerThread(runnable); in testDownloadOpCode() local
581 WorkerThread workerThread = new WorkerThread(runnable); in testSMDPErrorParsing() local
DONSProfileActivatorTest.java487 WorkerThread workerThread = new WorkerThread(runnable); in testCalculateBackoffDelay() local
669 WorkerThread workerThread = new WorkerThread(runnable); in testESIMDownloadFailureAndRetry() local
/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.java199 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
/packages/apps/Settings/src/com/android/settings/core/instrumentation/
DSettingsIntelligenceLogWriter.java59 final HandlerThread workerThread = new HandlerThread("SettingsIntelligenceLogWriter", in SettingsIntelligenceLogWriter() local