Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/apphibernation/
H A DAppHibernationService.java156 mBackgroundExecutor = injector.getBackgroundExecutor(); in AppHibernationService()
975 Executor getBackgroundExecutor(); in getBackgroundExecutor() method
1029 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AppHibernationService.InjectorImpl
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java285 mInjector.getBackgroundExecutor().execute( in getConversationChannel()
1106 mInjector.getBackgroundExecutor().execute(() -> { in onShortcutsAddedOrUpdated()
1135 mInjector.getBackgroundExecutor().execute(() -> { in onShortcutsRemoved()
1444 Executor getBackgroundExecutor() { in getBackgroundExecutor() method in DataManager.Injector
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceInjector.java346 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in PackageManagerServiceInjector
H A DPackageManagerService.java1309 final Executor executor = mInjector.getBackgroundExecutor(); in requestFileChecksums()
4341 NAMESPACE_PACKAGE_MANAGER_SERVICE, mInjector.getBackgroundExecutor(),
6338 mInjector.getBackgroundExecutor(), mInjector.getBackgroundHandler());
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
H A DAppHibernationServiceTest.java582 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AppHibernationServiceTest.MockInjector
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java1948 Executor getBackgroundExecutor() { in getBackgroundExecutor() method in DataManagerTest.TestInjector