/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/ |
D | MissingPermissionsOperations.java | 43 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/ |
D | UpdatesDownloader.java | 48 @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/ |
D | KAnonObliviousHttpEncryptorImpl.java | 47 ExecutorService lightweightExecutor) { in KAnonObliviousHttpEncryptorImpl() argument 49 Objects.requireNonNull(lightweightExecutor); in KAnonObliviousHttpEncryptorImpl() 52 mLightweightExecutor = lightweightExecutor; in KAnonObliviousHttpEncryptorImpl()
|
D | ObliviousHttpEncryptorImpl.java | 54 ExecutorService lightweightExecutor) { in ObliviousHttpEncryptorImpl() argument 57 Objects.requireNonNull(lightweightExecutor); in ObliviousHttpEncryptorImpl() 62 mLightweightExecutor = lightweightExecutor; in ObliviousHttpEncryptorImpl()
|
D | AdSelectionEncryptionKeyManager.java | 66 @NonNull ExecutorService lightweightExecutor, in AdSelectionEncryptionKeyManager() argument 74 lightweightExecutor, in AdSelectionEncryptionKeyManager() 89 @NonNull ExecutorService lightweightExecutor, in AdSelectionEncryptionKeyManager() argument 97 lightweightExecutor, in AdSelectionEncryptionKeyManager()
|
D | ProtectedServersEncryptionConfigManager.java | 66 @NonNull ExecutorService lightweightExecutor, in ProtectedServersEncryptionConfigManager() argument 74 lightweightExecutor, in ProtectedServersEncryptionConfigManager() 89 @NonNull ExecutorService lightweightExecutor, in ProtectedServersEncryptionConfigManager() argument 97 lightweightExecutor, in ProtectedServersEncryptionConfigManager()
|
D | ProtectedServersEncryptionConfigManagerBase.java | 92 @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/ |
D | ObliviousHttpEncryptorWithSeedImpl.java | 56 @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/ |
D | AdOutcomeSelectorImpl.java | 73 @NonNull ListeningExecutorService lightweightExecutor, in AdOutcomeSelectorImpl() argument 81 Objects.requireNonNull(lightweightExecutor); in AdOutcomeSelectorImpl() 90 mLightweightExecutorService = lightweightExecutor; in AdOutcomeSelectorImpl()
|
D | AdsScoreGeneratorImpl.java | 105 @NonNull ListeningExecutorService lightweightExecutor, in AdsScoreGeneratorImpl() argument 116 Objects.requireNonNull(lightweightExecutor); in AdsScoreGeneratorImpl() 128 mLightweightExecutorService = lightweightExecutor; in AdsScoreGeneratorImpl()
|
D | ImpressionReporterLegacy.java | 129 @NonNull ExecutorService lightweightExecutor, in ImpressionReporterLegacy() 145 Objects.requireNonNull(lightweightExecutor); in ImpressionReporterLegacy() 159 mLightweightExecutorService = MoreExecutors.listeningDecorator(lightweightExecutor); in ImpressionReporterLegacy()
|
D | ImpressionReporter.java | 130 @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/ |
D | DialerExecutorComponent.java | 47 public abstract ListeningExecutorService lightweightExecutor(); in lightweightExecutor() method in DialerExecutorComponent
|
/packages/apps/Dialer/java/com/android/dialer/rtt/ |
D | RttTranscriptUtil.java | 75 .lightweightExecutor() in loadRttTranscript()
|