Home
last modified time | relevance | path

Searched refs:getBackgroundExecutor (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DExecutorUtils.java83 public static ScheduledExecutorService getBackgroundExecutor(final String name) { in getBackgroundExecutor() method in ExecutorUtils
98 final ScheduledExecutorService executorService = getBackgroundExecutor(name); in killTasks()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DExecutorUtilsTests.java47 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD); in testExecute()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsContentObserver.java68 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD) in registerObserver()
H A DExpandableBinaryDictionary.java170 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncExecuteTaskWithLock()
H A DDictionaryFacilitatorImpl.java385 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncReloadUninitializedMainDictionaries()
/aosp12/frameworks/base/services/core/java/com/android/server/apphibernation/
H A DAppHibernationService.java150 mBackgroundExecutor = injector.getBackgroundExecutor(); in AppHibernationService()
870 Executor getBackgroundExecutor(); in getBackgroundExecutor() method
919 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AppHibernationService.InjectorImpl
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java1083 mInjector.getBackgroundExecutor().execute(() -> { in onShortcutsAddedOrUpdated()
1108 mInjector.getBackgroundExecutor().execute(() -> { in onShortcutsRemoved()
1409 Executor getBackgroundExecutor() { in getBackgroundExecutor() method in DataManager.Injector
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
H A DAppHibernationServiceTest.java471 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AppHibernationServiceTest.MockInjector
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DAppsFilter.java494 injector.getBackgroundExecutor());
H A DPackageManagerService.java1246 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in PackageManagerService.Injector
6821 onChecksumsReadyListener, userId, mInjector.getBackgroundExecutor(), in requestChecksums()
24704 NAMESPACE_PACKAGE_MANAGER_SERVICE, mInjector.getBackgroundExecutor(),
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java1774 Executor getBackgroundExecutor() { in getBackgroundExecutor() method in DataManagerTest.TestInjector
/aosp12/frameworks/base/services/
H A Dart-profile9617 HSPLcom/android/server/apphibernation/AppHibernationService$InjectorImpl;->getBackgroundExecutor()L…
28562 HPLcom/android/server/people/data/DataManager$Injector;->getBackgroundExecutor()Ljava/util/concurre…
30746 HSPLcom/android/server/pm/PackageManagerService$Injector;->getBackgroundExecutor()Ljava/util/concur…