/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
D | ThreadUtils.java | 75 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/ |
D | ThreadUtils.java | 77 return getBackgroundExecutor().submit(runnable); in postOnBackgroundThread() 87 return getBackgroundExecutor().submit(callable); in postOnBackgroundThread() 108 public static synchronized ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in ThreadUtils
|
D | AvatarPhotoController.java | 169 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/ |
D | AbstractBluetoothAddressPreferenceController.java | 83 ListenableFuture<String> future = ThreadUtils.getBackgroundExecutor() in updateConnectivity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/ |
D | HearingDevicesPresetsController.java | 156 mHapClientProfile.registerCallback(ThreadUtils.getBackgroundExecutor(), this); in registerHapCallback()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/ |
D | EditUserPhotoController.java | 99 mExecutorService = ThreadUtils.getBackgroundExecutor(); in EditUserPhotoController()
|
D | CreateUserDialogController.java | 301 ListenableFuture<Drawable> future = ThreadUtils.getBackgroundExecutor() in setUserIcon()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | AppUtils.java | 289 var unused = ThreadUtils.getBackgroundExecutor().submit(() -> { in preloadTopIcons()
|
D | ApplicationsState.java | 1705 var unused = ThreadUtils.getBackgroundExecutor().submit( in AppEntry()
|
/frameworks/base/services/core/java/com/android/server/apphibernation/ |
D | AppHibernationService.java | 156 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/ |
D | DataManager.java | 285 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/ |
D | PackageManagerServiceInjector.java | 337 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in PackageManagerServiceInjector
|
D | PackageManagerService.java | 1347 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/ |
D | AppHibernationServiceTest.java | 582 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AppHibernationServiceTest.MockInjector
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | CachedBluetoothDevice.java | 754 ListenableFuture<Void> future = ThreadUtils.getBackgroundExecutor().submit(() -> { in refresh()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | DataManagerTest.java | 1948 Executor getBackgroundExecutor() { in getBackgroundExecutor() method in DataManagerTest.TestInjector
|
/frameworks/base/services/ |
D | art-wear-profile | 7479 PLcom/android/server/apphibernation/AppHibernationService$InjectorImpl;->getBackgroundExecutor()Lja… 18883 PLcom/android/server/pm/PackageManagerServiceInjector;->getBackgroundExecutor()Ljava/util/concurren…
|