Searched refs:mListeningExecutorService (Results 1 – 4 of 4) sorted by relevance
57 @NonNull private final ListeningExecutorService mListeningExecutorService; field in CustomAudienceOverrider90 this.mListeningExecutorService = MoreExecutors.listeningDecorator(executorService); in CustomAudienceOverrider()125 mListeningExecutorService.submit( in addOverride()148 mListeningExecutorService) in addOverride()163 mListeningExecutorService); in addOverride()184 mListeningExecutorService.submit( in removeOverride()198 mListeningExecutorService) in removeOverride()213 mListeningExecutorService); in removeOverride()231 mListeningExecutorService.submit( in removeAllOverrides()239 .transformAsync(ignoredVoid -> callRemoveAllOverrides(), mListeningExecutorService) in removeAllOverrides()[all …]
59 private final ListeningExecutorService mListeningExecutorService; field in SetupWizardCompletionTimeoutWorker66 mListeningExecutorService = executorService; in SetupWizardCompletionTimeoutWorker()101 unused -> Result.success(), mListeningExecutorService); in startWork()105 mListeningExecutorService); in startWork()106 }, mListeningExecutorService); in startWork()
72 private final ListeningExecutorService mListeningExecutorService; field in DeviceLockNotificationManager100 mListeningExecutorService = listeningExecutorService; in DeviceLockNotificationManager()160 }, mListeningExecutorService); in sendDeviceResetTimerNotification()172 }, mListeningExecutorService); in sendDeviceResetTimerNotification()197 mListeningExecutorService); in sendDeviceResetNotification()213 }, mListeningExecutorService); in sendDeviceResetNotification()258 }, mListeningExecutorService); in sendDeferredProvisioningNotification()309 return mListeningExecutorService.submit(() -> { in createNotificationChannel()
55 private final ListeningExecutorService mListeningExecutorService; field in DlcClient82 mListeningExecutorService = executorService; in DlcClient()144 return mListeningExecutorService.submit(() -> { in call()