/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | ExecutorUtils.java | 83 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 D | ExecutorUtilsTests.java | 47 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD); in testExecute()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | ContactsContentObserver.java | 68 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD) in registerObserver()
|
H A D | ExpandableBinaryDictionary.java | 170 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncExecuteTaskWithLock()
|
H A D | DictionaryFacilitatorImpl.java | 385 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncReloadUninitializedMainDictionaries()
|
/aosp12/frameworks/base/services/core/java/com/android/server/apphibernation/ |
H A D | AppHibernationService.java | 150 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 D | DataManager.java | 1083 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 D | AppHibernationServiceTest.java | 471 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AppHibernationServiceTest.MockInjector
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | AppsFilter.java | 494 injector.getBackgroundExecutor());
|
H A D | PackageManagerService.java | 1246 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 D | DataManagerTest.java | 1774 Executor getBackgroundExecutor() { in getBackgroundExecutor() method in DataManagerTest.TestInjector
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 9617 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…
|