Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DFederatedComputeExecutors.java78 public static ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in FederatedComputeExecutors
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/
DOnDevicePersonalizationExecutors.java67 public static ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in OnDevicePersonalizationExecutors
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/concurrency/
DAdServicesExecutors.java121 public static ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DExecutorUtils.java83 public static ScheduledExecutorService getBackgroundExecutor(final String name) { in getBackgroundExecutor() method in ExecutorUtils