Home
last modified time | relevance | path

Searched defs:backgroundExecutorService (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/Dialer/java/com/android/dialer/calllog/database/
DMutationApplier.java45 private final ListeningExecutorService backgroundExecutorService; field in MutationApplier
48 public MutationApplier(@BackgroundExecutor ListeningExecutorService backgroundExecutorService) { in MutationApplier()
DCoalescer.java48 private final ListeningExecutorService backgroundExecutorService; field in Coalescer
51 Coalescer( in Coalescer()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/emergency/
DEmergencyPhoneLookup.java44 private final ListeningExecutorService backgroundExecutorService; field in EmergencyPhoneLookup
49 @BackgroundExecutor ListeningExecutorService backgroundExecutorService) { in EmergencyPhoneLookup()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
DCp2ExtendedDirectoryPhoneLookup.java67 private final ListeningExecutorService backgroundExecutorService; field in Cp2ExtendedDirectoryPhoneLookup
75 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in Cp2ExtendedDirectoryPhoneLookup()
DCp2DefaultDirectoryPhoneLookup.java74 private final ListeningExecutorService backgroundExecutorService; field in Cp2DefaultDirectoryPhoneLookup
85 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in Cp2DefaultDirectoryPhoneLookup()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/spam/
DSpamPhoneLookup.java48 private final ListeningExecutorService backgroundExecutorService; field in SpamPhoneLookup
55 SpamPhoneLookup( in SpamPhoneLookup()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/
DCequintPhoneLookup.java46 private final ListeningExecutorService backgroundExecutorService; field in CequintPhoneLookup
52 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in CequintPhoneLookup()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cnap/
DCnapPhoneLookup.java45 private final ListeningExecutorService backgroundExecutorService; field in CnapPhoneLookup
50 @BackgroundExecutor ListeningExecutorService backgroundExecutorService) { in CnapPhoneLookup()
/packages/apps/Dialer/java/com/android/dialer/spam/stub/
DSpamStub.java38 private final ListeningExecutorService backgroundExecutorService; field in SpamStub
41 public SpamStub(@BackgroundExecutor ListeningExecutorService backgroundExecutorService) { in SpamStub()
/packages/apps/Dialer/java/com/android/dialer/calllog/
DRefreshAnnotatedCallLogWorker.java58 private final ListeningExecutorService backgroundExecutorService; field in RefreshAnnotatedCallLogWorker
73 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in RefreshAnnotatedCallLogWorker()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DReportEventDisabledImpl.java46 @NonNull ExecutorService backgroundExecutorService, in ReportEventDisabledImpl()
DReportEventImpl.java65 @NonNull ExecutorService backgroundExecutorService, in ReportEventImpl()
DReportAndRegisterEventFallbackImpl.java68 @NonNull ExecutorService backgroundExecutorService, in ReportAndRegisterEventFallbackImpl()
DAdBidGeneratorImpl.java108 @NonNull ListeningExecutorService backgroundExecutorService, in AdBidGeneratorImpl()
165 @NonNull ListeningExecutorService backgroundExecutorService, in AdBidGeneratorImpl()
DOutcomeSelectionRunner.java132 @NonNull final ExecutorService backgroundExecutorService, in OutcomeSelectionRunner()
199 @NonNull final ExecutorService backgroundExecutorService, in OutcomeSelectionRunner()
DAdSelectionRunner.java189 @NonNull final ExecutorService backgroundExecutorService, in AdSelectionRunner()
261 @NonNull final ExecutorService backgroundExecutorService, in AdSelectionRunner()
DEventReporterFactory.java71 @NonNull ExecutorService backgroundExecutorService, in EventReporterFactory()
DReportAndRegisterEventImpl.java78 @NonNull ExecutorService backgroundExecutorService, in ReportAndRegisterEventImpl()
DBuyerInputGenerator.java67 @NonNull final ExecutorService backgroundExecutorService, in BuyerInputGenerator()
DJsFetcher.java72 public JsFetcher( in JsFetcher()
DGetAdSelectionDataRunner.java174 @NonNull final ExecutorService backgroundExecutorService, in GetAdSelectionDataRunner()
281 @NonNull final ExecutorService backgroundExecutorService, in GetAdSelectionDataRunner()
DOnDeviceAdSelectionRunner.java91 @NonNull final ExecutorService backgroundExecutorService, in OnDeviceAdSelectionRunner()
197 @NonNull final ExecutorService backgroundExecutorService, in OnDeviceAdSelectionRunner()
DEventReporter.java123 @NonNull ExecutorService backgroundExecutorService, in EventReporter()
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/phonelookup/
DPhoneLookupDataSource.java70 private final ListeningExecutorService backgroundExecutorService; field in PhoneLookupDataSource
96 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in PhoneLookupDataSource()
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
DSystemCallLogDataSource.java76 private final ListeningExecutorService backgroundExecutorService; field in SystemCallLogDataSource
88 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in SystemCallLogDataSource()

12