Home
last modified time | relevance | path

Searched refs:mBackgroundExecutor (Results 1 – 25 of 25) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/updateprocessors/updateencoder/
DUpdateEncoderEventHandler.java52 private final Executor mBackgroundExecutor; field in UpdateEncoderEventHandler
89 mBackgroundExecutor = backgroundExecutor; in UpdateEncoderEventHandler()
165 mBackgroundExecutor); in handle()
172 ignored -> null, mBackgroundExecutor); in handle()
188 mBackgroundExecutor) in handle()
194 mBackgroundExecutor) in handle()
199 mBackgroundExecutor); in handle()
/packages/modules/Permission/service/java/com/android/ecm/
DEnhancedConfirmationCallTrackerService.java47 private final ExecutorService mBackgroundExecutor = Executors.newSingleThreadExecutor(); field in EnhancedConfirmationCallTrackerService
64 mBackgroundExecutor.submit(() -> mEnhancedConfirmationManagerLocal.addOngoingCall(call)); in onCallAdded()
73 mBackgroundExecutor.submit(() -> in onCallRemoved()
82 mBackgroundExecutor.submit(() -> in onUnbind()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/
DPeriodicEncodingJobWorker.java87 private final ListeningExecutorService mBackgroundExecutor; field in PeriodicEncodingJobWorker
116 mBackgroundExecutor = backgroundExecutor; in PeriodicEncodingJobWorker()
134 mBackgroundExecutor, in PeriodicEncodingJobWorker()
216 mBackgroundExecutor.submit(mEncoderLogicHandler::getAllRegisteredEncoders)); in doRun()
225 mBackgroundExecutor); in doRun()
239 mBackgroundExecutor.submit( in doRun()
247 this::doUpdateEncodersForBuyers, mBackgroundExecutor); in doRun()
255 mBackgroundExecutor); in doRun()
DUpdateSignalsOrchestrator.java37 @NonNull private final Executor mBackgroundExecutor; field in UpdateSignalsOrchestrator
54 mBackgroundExecutor = backgroundExecutor; in UpdateSignalsOrchestrator()
91 mBackgroundExecutor); in orchestrateUpdate() field in UpdateSignalsOrchestrator
DPeriodicEncodingJobRunner.java61 private final ListeningExecutorService mBackgroundExecutor; field in PeriodicEncodingJobRunner
97 mBackgroundExecutor = backgroundExecutor; in PeriodicEncodingJobRunner()
191 mBackgroundExecutor) in runEncodingPerBuyer()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DDatabaseClearer.java45 private final ListeningExecutorService mBackgroundExecutor; field in DatabaseClearer
70 mBackgroundExecutor = backgroundExecutor; in DatabaseClearer()
90 return mBackgroundExecutor.submit( in deleteProtectedAudienceAppSignalsAndEncryptionConfigData()
122 return mBackgroundExecutor.submit( in deleteMeasurementData()
/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/controller/
DRemoteQCController.java57 private final Executor mBackgroundExecutor; field in RemoteQCController
67 mBackgroundExecutor = new HandlerExecutor( in RemoteQCController()
76 mBackgroundExecutor = backgroundExecutor; in RemoteQCController()
81 mBackgroundExecutor.execute(this::updateQCItem); in bind()
87 mBackgroundExecutor.execute(() -> updateListeningBg(listen)); in updateListening()
117 mBackgroundExecutor.execute(this::updateQCItem); in updateListeningBg()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/hdmi/
DHdmiCecSetMenuLanguageHelper.java43 private final Executor mBackgroundExecutor; field in HdmiCecSetMenuLanguageHelper
52 mBackgroundExecutor = executor; in HdmiCecSetMenuLanguageHelper()
87 mBackgroundExecutor.execute(() -> LocalePicker.updateLocale(mLocale)); in acceptLocale()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/wfc/
DWfcActivationHelper.java78 private final Executor mBackgroundExecutor; field in WfcActivationHelper
103 mBackgroundExecutor = backgroundExecutor; in WfcActivationHelper()
171 mBackgroundExecutor.execute( in handleMessage()
202 mBackgroundExecutor.execute( in handleMessage()
216 mBackgroundExecutor.execute( in handleMessage()
/packages/apps/Camera2/src/com/android/camera/device/
DCamera2Actions.java46 private final Executor mBackgroundExecutor; field in Camera2Actions
56 mBackgroundExecutor = backgroundExecutor; in Camera2Actions()
66 mBackgroundExecutor.execute(new OpenCameraRunnable(mCameraManager, in executeOpen()
80 mBackgroundExecutor.execute(new CloseCameraRunnable(device, closeListener, mLogger)); in executeClose()
/packages/apps/Settings/src/com/android/settings/notification/modes/
DCircularIconSet.java57 private final ListeningExecutorService mBackgroundExecutor; field in CircularIconSet
64 mBackgroundExecutor = MoreExecutors.listeningDecorator(sExecutorService); in CircularIconSet()
117 return mBackgroundExecutor.submit(() -> { in loadIcon()
DZenModesListAddModePreferenceController.java61 private final ListeningExecutorService mBackgroundExecutor; field in ZenModesListAddModePreferenceController
94 mBackgroundExecutor = MoreExecutors.listeningDecorator(backgroundExecutor); in ZenModesListAddModePreferenceController()
114 mBackgroundExecutor.submit(this::getModeProviders), in onClickAddMode()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdSelectionServiceImpl.java181 @NonNull private final ExecutorService mBackgroundExecutor; field in AdSelectionServiceImpl
286 mBackgroundExecutor = backgroundExecutorService; in AdSelectionServiceImpl()
619 mBackgroundExecutor, in persistAdSelectionResult()
723 mBackgroundExecutor, in runGetAdSelectionData()
854 mBackgroundExecutor, in runAdSelectionWithDebugReporting()
926 mBackgroundExecutor, in selectAdsFromOutcomes()
986 mBackgroundExecutor, in reportImpression()
1009 mBackgroundExecutor, in reportImpression()
1075 mBackgroundExecutor, in reportInteraction()
1117 mBackgroundExecutor, in setAppInstallAdvertisers()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/scalableui/systemevents/
DSystemEventHandler.java63 private final Executor mBackgroundExecutor; field in SystemEventHandler
111 mBackgroundExecutor = bgExecutor; in SystemEventHandler()
148 mCarUserManager.addListener(mBackgroundExecutor, mUserLifecycleListener); in registerUserEventListener()
/packages/modules/Connectivity/thread/demoapp/java/com/android/threadnetwork/demoapp/
DConnectivityToolsFragment.java75 private final ListeningScheduledExecutorService mBackgroundExecutor = field in ConnectivityToolsFragment
268 return FluentFuture.from(Futures.submit(() -> doSendPing(serverIp), mBackgroundExecutor)) in sendPing()
269 .withTimeout(PING_TIMEOUT.getSeconds(), TimeUnit.SECONDS, mBackgroundExecutor); in sendPing()
288 mBackgroundExecutor)) in sendUdpMessage()
289 .withTimeout(UDP_TIMEOUT.getSeconds(), TimeUnit.SECONDS, mBackgroundExecutor); in sendUdpMessage()
/packages/apps/Settings/src/com/android/settings/connecteddevice/virtual/
DVirtualDeviceUpdater.java56 private final Executor mBackgroundExecutor = Executors.newSingleThreadExecutor(); field in VirtualDeviceUpdater
76 mVirtualDeviceManager.registerVirtualDeviceListener(mBackgroundExecutor, this); in registerListener()
77 mBackgroundExecutor.execute(this::loadDevices); in registerListener()
/packages/modules/OnDevicePersonalization/common/java/com/android/odp/module/common/encryption/
DOdpEncryptionKeyManager.java103 private final ListeningExecutorService mBackgroundExecutor; field in OdpEncryptionKeyManager
115 mBackgroundExecutor = backgroundExecutor; in OdpEncryptionKeyManager()
212 mBackgroundExecutor) in fetchAndPersistActiveKeys()
223 mBackgroundExecutor); // TODO: Add timeout controlled by Ph flags in fetchAndPersistActiveKeys() field in OdpEncryptionKeyManager
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DMeasurementServiceImpl.java124 private final ListeningExecutorService mBackgroundExecutor; field in MeasurementServiceImpl
184 mBackgroundExecutor = backgroundExecutor; in MeasurementServiceImpl()
217 mBackgroundExecutor.execute( in register()
296 mBackgroundExecutor.execute( in registerWebSource()
368 mBackgroundExecutor.execute( in registerSource()
440 mBackgroundExecutor.execute( in registerWebTrigger()
509 mBackgroundExecutor.execute( in deleteRegistrations()
665 mBackgroundExecutor.submit( in schedulePeriodicJobs()
717 mBackgroundExecutor); in schedulePeriodicJobs()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DAdditionalScheduleRequestsEnabledStrategy.java68 private final ListeningExecutorService mBackgroundExecutor; field in AdditionalScheduleRequestsEnabledStrategy
82 mBackgroundExecutor = backgroundExecutor; in AdditionalScheduleRequestsEnabledStrategy()
143 mBackgroundExecutor)); in scheduleRequests()
DScheduledUpdatesHandler.java147 @NonNull private final ListeningExecutorService mBackgroundExecutor; field in ScheduledUpdatesHandler
198 mBackgroundExecutor = backgroundExecutor; in ScheduledUpdatesHandler()
306 mBackgroundExecutor.submit( in performScheduledUpdates()
336 mBackgroundExecutor)); in handleUpdates() local
478 mBackgroundExecutor.submit(
531 mBackgroundExecutor.submit(
592 mBackgroundExecutor));
629 mBackgroundExecutor.submit(
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/passenger/
DPassengerKeyguardLoadingDialog.java67 private final Executor mBackgroundExecutor; field in PassengerKeyguardLoadingDialog
131 mBackgroundExecutor = bgExecutor; in PassengerKeyguardLoadingDialog()
155 mCarUserManager.addListener(mBackgroundExecutor, mUserLifecycleListener); in start()
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/signals/
DForcedEncodingE2ETest.java186 private ListeningExecutorService mBackgroundExecutor; field in ForcedEncodingE2ETest
232 mBackgroundExecutor = AdServicesExecutors.getBackgroundExecutor(); in setup()
234 mAdServicesHttpsClient = new AdServicesHttpsClient(mBackgroundExecutor, 2000, 2000, 10000); in setup()
243 mBackgroundExecutor, in setup()
262 mBackgroundExecutor, in setup()
276 mBackgroundExecutor, in setup()
339 mBackgroundExecutor, in setup()
DPeriodicEncodingJobRunnerTest.java117 private ListeningExecutorService mBackgroundExecutor = field in PeriodicEncodingJobRunnerTest
142 mBackgroundExecutor, in setUp()
175 mBackgroundExecutor, in testValidateAndPersistLargePayloadSkips()
328 return mBackgroundExecutor.submit( in testEncodingPerBuyerFailedTimeout()
DPeriodicEncodingJobWorkerTest.java128 private ListeningExecutorService mBackgroundExecutor = field in PeriodicEncodingJobWorkerTest
154 mBackgroundExecutor, in setup()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/keyguard/passenger/
DPassengerKeyguardLoadingDialogTest.java97 private Executor mBackgroundExecutor; field in PassengerKeyguardLoadingDialogTest
124 mBackgroundExecutor, mMainHandler, mBackgroundHandler, mLockPatternUtils); in setUp()