/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/updateprocessors/updateencoder/ |
D | UpdateEncoderEventHandler.java | 52 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/ |
D | EnhancedConfirmationCallTrackerService.java | 47 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/ |
D | PeriodicEncodingJobWorker.java | 87 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()
|
D | UpdateSignalsOrchestrator.java | 37 @NonNull private final Executor mBackgroundExecutor; field in UpdateSignalsOrchestrator 54 mBackgroundExecutor = backgroundExecutor; in UpdateSignalsOrchestrator() 91 mBackgroundExecutor); in orchestrateUpdate() field in UpdateSignalsOrchestrator
|
D | PeriodicEncodingJobRunner.java | 61 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/ |
D | DatabaseClearer.java | 45 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/ |
D | RemoteQCController.java | 57 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/ |
D | HdmiCecSetMenuLanguageHelper.java | 43 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/ |
D | WfcActivationHelper.java | 78 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/ |
D | Camera2Actions.java | 46 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/ |
D | CircularIconSet.java | 57 private final ListeningExecutorService mBackgroundExecutor; field in CircularIconSet 64 mBackgroundExecutor = MoreExecutors.listeningDecorator(sExecutorService); in CircularIconSet() 117 return mBackgroundExecutor.submit(() -> { in loadIcon()
|
D | ZenModesListAddModePreferenceController.java | 61 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/ |
D | AdSelectionServiceImpl.java | 181 @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/ |
D | SystemEventHandler.java | 63 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/ |
D | ConnectivityToolsFragment.java | 75 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/ |
D | VirtualDeviceUpdater.java | 56 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/ |
D | OdpEncryptionKeyManager.java | 103 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/ |
D | MeasurementServiceImpl.java | 124 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/ |
D | AdditionalScheduleRequestsEnabledStrategy.java | 68 private final ListeningExecutorService mBackgroundExecutor; field in AdditionalScheduleRequestsEnabledStrategy 82 mBackgroundExecutor = backgroundExecutor; in AdditionalScheduleRequestsEnabledStrategy() 143 mBackgroundExecutor)); in scheduleRequests()
|
D | ScheduledUpdatesHandler.java | 147 @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/ |
D | PassengerKeyguardLoadingDialog.java | 67 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/ |
D | ForcedEncodingE2ETest.java | 186 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()
|
D | PeriodicEncodingJobRunnerTest.java | 117 private ListeningExecutorService mBackgroundExecutor = field in PeriodicEncodingJobRunnerTest 142 mBackgroundExecutor, in setUp() 175 mBackgroundExecutor, in testValidateAndPersistLargePayloadSkips() 328 return mBackgroundExecutor.submit( in testEncodingPerBuyerFailedTimeout()
|
D | PeriodicEncodingJobWorkerTest.java | 128 private ListeningExecutorService mBackgroundExecutor = field in PeriodicEncodingJobWorkerTest 154 mBackgroundExecutor, in setup()
|
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/keyguard/passenger/ |
D | PassengerKeyguardLoadingDialogTest.java | 97 private Executor mBackgroundExecutor; field in PassengerKeyguardLoadingDialogTest 124 mBackgroundExecutor, mMainHandler, mBackgroundHandler, mLockPatternUtils); in setUp()
|