Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DAdServicesExecutors.java41 public static Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AdServicesExecutors
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DExecutorUtils.java83 public static ScheduledExecutorService getBackgroundExecutor(final String name) { in getBackgroundExecutor() method in ExecutorUtils