Home
last modified time | relevance | path

Searched refs:lightweightExecutor (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
DMissingPermissionsOperations.java43 private final ListeningExecutorService lightweightExecutor; field in MissingPermissionsOperations
49 @LightweightExecutor ListeningExecutorService lightweightExecutor) { in MissingPermissionsOperations() argument
52 this.lightweightExecutor = lightweightExecutor; in MissingPermissionsOperations()
121 return lightweightExecutor.submit( in getMostRecentInfoForMissingPermissions()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/
DUpdatesDownloader.java48 @NonNull Executor lightweightExecutor, @NonNull AdServicesHttpsClient httpClient) { in UpdatesDownloader()
49 Objects.requireNonNull(lightweightExecutor); in UpdatesDownloader()
51 mLightweightExecutor = lightweightExecutor; in UpdatesDownloader()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DKAnonObliviousHttpEncryptorImpl.java47 ExecutorService lightweightExecutor) { in KAnonObliviousHttpEncryptorImpl() argument
49 Objects.requireNonNull(lightweightExecutor); in KAnonObliviousHttpEncryptorImpl()
52 mLightweightExecutor = lightweightExecutor; in KAnonObliviousHttpEncryptorImpl()
DObliviousHttpEncryptorImpl.java54 ExecutorService lightweightExecutor) { in ObliviousHttpEncryptorImpl() argument
57 Objects.requireNonNull(lightweightExecutor); in ObliviousHttpEncryptorImpl()
62 mLightweightExecutor = lightweightExecutor; in ObliviousHttpEncryptorImpl()
DAdSelectionEncryptionKeyManager.java66 @NonNull ExecutorService lightweightExecutor, in AdSelectionEncryptionKeyManager() argument
74 lightweightExecutor, in AdSelectionEncryptionKeyManager()
89 @NonNull ExecutorService lightweightExecutor, in AdSelectionEncryptionKeyManager() argument
97 lightweightExecutor, in AdSelectionEncryptionKeyManager()
DProtectedServersEncryptionConfigManager.java66 @NonNull ExecutorService lightweightExecutor, in ProtectedServersEncryptionConfigManager() argument
74 lightweightExecutor, in ProtectedServersEncryptionConfigManager()
89 @NonNull ExecutorService lightweightExecutor, in ProtectedServersEncryptionConfigManager() argument
97 lightweightExecutor, in ProtectedServersEncryptionConfigManager()
DProtectedServersEncryptionConfigManagerBase.java92 @NonNull ExecutorService lightweightExecutor, in ProtectedServersEncryptionConfigManagerBase() argument
99 Objects.requireNonNull(lightweightExecutor); in ProtectedServersEncryptionConfigManagerBase()
107 this.mLightweightExecutor = lightweightExecutor; in ProtectedServersEncryptionConfigManagerBase()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DObliviousHttpEncryptorWithSeedImpl.java56 @NonNull ExecutorService lightweightExecutor) { in ObliviousHttpEncryptorWithSeedImpl() argument
60 Objects.requireNonNull(lightweightExecutor); in ObliviousHttpEncryptorWithSeedImpl()
66 mLightweightExecutor = lightweightExecutor; in ObliviousHttpEncryptorWithSeedImpl()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdOutcomeSelectorImpl.java73 @NonNull ListeningExecutorService lightweightExecutor, in AdOutcomeSelectorImpl() argument
81 Objects.requireNonNull(lightweightExecutor); in AdOutcomeSelectorImpl()
90 mLightweightExecutorService = lightweightExecutor; in AdOutcomeSelectorImpl()
DAdsScoreGeneratorImpl.java105 @NonNull ListeningExecutorService lightweightExecutor, in AdsScoreGeneratorImpl() argument
116 Objects.requireNonNull(lightweightExecutor); in AdsScoreGeneratorImpl()
128 mLightweightExecutorService = lightweightExecutor; in AdsScoreGeneratorImpl()
DImpressionReporterLegacy.java129 @NonNull ExecutorService lightweightExecutor, in ImpressionReporterLegacy()
145 Objects.requireNonNull(lightweightExecutor); in ImpressionReporterLegacy()
159 mLightweightExecutorService = MoreExecutors.listeningDecorator(lightweightExecutor); in ImpressionReporterLegacy()
DImpressionReporter.java130 @NonNull ExecutorService lightweightExecutor, in ImpressionReporter()
146 Objects.requireNonNull(lightweightExecutor); in ImpressionReporter()
160 mLightweightExecutorService = MoreExecutors.listeningDecorator(lightweightExecutor); in ImpressionReporter()
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDialerExecutorComponent.java47 public abstract ListeningExecutorService lightweightExecutor(); in lightweightExecutor() method in DialerExecutorComponent
/packages/apps/Dialer/java/com/android/dialer/rtt/
DRttTranscriptUtil.java75 .lightweightExecutor() in loadRttTranscript()