Home
last modified time | relevance | path

Searched defs:getBackgroundExecutor (Results 1 – 25 of 132) sorted by relevance

123456

/aosp_15_r20/packages/modules/Connectivity/thread/demoapp/java/com/android/threadnetwork/demoapp/concurrent/
DBackgroundExecutorProvider.java35 public static synchronized ListeningScheduledExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in BackgroundExecutorProvider
/aosp_15_r20/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/framework/
DJobServiceFactory.java70 Executor getBackgroundExecutor(); in getBackgroundExecutor() method
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
H A DThreadUtils.java106 public static synchronized ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in ThreadUtils
/aosp_15_r20/frameworks/base/packages/SettingsLib/AvatarPicker/src/
H A DThreadUtils.java108 public static synchronized ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in ThreadUtils
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/
DEncryptionUtils.java69 public ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in EncryptionUtils.FlagKeyManagerConfig
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DFederatedComputeExecutors.java78 public static ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in FederatedComputeExecutors
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/encryption/
DFederatedComputeEncryptionKeyManagerUtils.java71 public ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in FederatedComputeEncryptionKeyManagerUtils.FlagKeyManagerConfig
/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/framework/
DTestJobServiceFactory.java81 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in TestJobServiceFactory
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/
DOnDevicePersonalizationExecutors.java110 public static ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in OnDevicePersonalizationExecutors
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/
DReportDeviceLockProgramCompleteWorker.java110 }, getBackgroundExecutor()); in startWork() method in ReportDeviceLockProgramCompleteWorker
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/
DNotificationClickNotifier.java55 public final java.util.concurrent.Executor getBackgroundExecutor() { in getBackgroundExecutor() method in NotificationClickNotifier
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DExecutorUtils.java83 public static ScheduledExecutorService getBackgroundExecutor(final String name) { in getBackgroundExecutor() method in ExecutorUtils
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/http/
DHttpFederatedProtocol.java168 getBackgroundExecutor()); in downloadTaskAssignment() method
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/download/mdd/
DMddJobServiceTest.java85 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in MddJobServiceTest.TestInjector
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/spe/
DAdServicesJobServiceFactory.java166 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AdServicesJobServiceFactory
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/sharedlibrary/spe/
DFederatedComputeJobServiceFactory.java127 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in FederatedComputeJobServiceFactory
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/sharedlibrary/spe/
DOdpJobServiceFactory.java126 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in OdpJobServiceFactory
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/apphibernation/
H A DAppHibernationService.java1000 Executor getBackgroundExecutor(); in getBackgroundExecutor() method
1054 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AppHibernationService.InjectorImpl
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/download/mdd/
DMddJobService.java66 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in MddJobService.Injector
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/errors/
DAggregatedErrorReportingWorker.java81 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in AggregatedErrorReportingWorker.Injector
DAggregatedErrorReportingProtocol.java96 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in AggregatedErrorReportingProtocol.Injector
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/settings/
DUserFileManagerImpl.java73 public final com.android.systemui.util.concurrency.DelayableExecutor getBackgroundExecutor() { in getBackgroundExecutor() method in UserFileManagerImpl
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/errors/
DAggregatedErrorReportingWorkerTest.java242 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in AggregatedErrorReportingWorkerTest.TestInjector
DAggregatedErrorReportingProtocolTest.java362 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in AggregatedErrorReportingProtocolTest.TestInjector
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/commontests/src/com/android/odp/module/common/encryption/
DOdpEncryptionKeyManagerTest.java569 public ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in OdpEncryptionKeyManagerTest.TestKeyManagerConfig

123456