Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DThreadUtils.java75 return getBackgroundExecutor().submit(runnable); in postOnBackgroundThread()
85 return getBackgroundExecutor().submit(callable); in postOnBackgroundThread()
106 public static synchronized ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in ThreadUtils
/frameworks/base/packages/SettingsLib/AvatarPicker/src/
DThreadUtils.java77 return getBackgroundExecutor().submit(runnable); in postOnBackgroundThread()
87 return getBackgroundExecutor().submit(callable); in postOnBackgroundThread()
108 public static synchronized ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in ThreadUtils
DAvatarPhotoController.java169 ListenableFuture<Uri> future = ThreadUtils.getBackgroundExecutor().submit(() -> { in copyAndCropPhoto()
242 ListenableFuture<Bitmap> future = ThreadUtils.getBackgroundExecutor().submit(() -> { in onPhotoNotCropped()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DAbstractBluetoothAddressPreferenceController.java83 ListenableFuture<String> future = ThreadUtils.getBackgroundExecutor() in updateConnectivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesPresetsController.java156 mHapClientProfile.registerCallback(ThreadUtils.getBackgroundExecutor(), this); in registerHapCallback()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DEditUserPhotoController.java99 mExecutorService = ThreadUtils.getBackgroundExecutor(); in EditUserPhotoController()
DCreateUserDialogController.java301 ListenableFuture<Drawable> future = ThreadUtils.getBackgroundExecutor() in setUserIcon()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DAppUtils.java289 var unused = ThreadUtils.getBackgroundExecutor().submit(() -> { in preloadTopIcons()
DApplicationsState.java1705 var unused = ThreadUtils.getBackgroundExecutor().submit( in AppEntry()
/frameworks/base/services/core/java/com/android/server/apphibernation/
DAppHibernationService.java156 mBackgroundExecutor = injector.getBackgroundExecutor(); in AppHibernationService()
1000 Executor getBackgroundExecutor(); in getBackgroundExecutor() method
1054 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AppHibernationService.InjectorImpl
/frameworks/base/services/people/java/com/android/server/people/data/
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
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceInjector.java337 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in PackageManagerServiceInjector
DPackageManagerService.java1347 final Executor executor = mInjector.getBackgroundExecutor(); in requestFileChecksums()
4309 NAMESPACE_PACKAGE_MANAGER_SERVICE, mInjector.getBackgroundExecutor(),
6459 mInjector.getBackgroundExecutor(), mInjector.getBackgroundHandler()); in requestPackageChecksums()
/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
DAppHibernationServiceTest.java582 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AppHibernationServiceTest.MockInjector
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java754 ListenableFuture<Void> future = ThreadUtils.getBackgroundExecutor().submit(() -> { in refresh()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java1948 Executor getBackgroundExecutor() { in getBackgroundExecutor() method in DataManagerTest.TestInjector
/frameworks/base/services/
Dart-wear-profile7479 PLcom/android/server/apphibernation/AppHibernationService$InjectorImpl;->getBackgroundExecutor()Lja…
18883 PLcom/android/server/pm/PackageManagerServiceInjector;->getBackgroundExecutor()Ljava/util/concurren…