/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | DeleteScreenshotReceiver.java | 42 private final Executor mBackgroundExecutor; field in DeleteScreenshotReceiver 48 mBackgroundExecutor = backgroundExecutor; in DeleteScreenshotReceiver() 59 mBackgroundExecutor.execute(() -> { in onReceive()
|
D | LongScreenshotActivity.java | 73 private final Executor mBackgroundExecutor; field in LongScreenshotActivity 107 mBackgroundExecutor = bgExecutor; in LongScreenshotActivity() 234 mCacheSaveFuture = mImageExporter.exportToRawFile(mBackgroundExecutor, in onLongScreenshotReceived() 387 mBackgroundExecutor, UUID.randomUUID(), mOutputBitmap, ZonedDateTime.now()); in startExport()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardDisplayManagerTest.java | 65 private Executor mBackgroundExecutor = Runnable::run; field in KeyguardDisplayManagerTest 80 mKeyguardStatusViewComponentFactory, mBackgroundExecutor)); in setUp()
|
D | KeyguardUpdateMonitorTest.java | 178 private Executor mBackgroundExecutor = Runnable::run; field in KeyguardUpdateMonitorTest 1051 mRingerModeTracker, mBackgroundExecutor, in TestableKeyguardUpdateMonitor()
|
/frameworks/base/services/core/java/com/android/server/apphibernation/ |
D | AppHibernationService.java | 122 private final Executor mBackgroundExecutor; field in AppHibernationService 150 mBackgroundExecutor = injector.getBackgroundExecutor(); in AppHibernationService() 173 mBackgroundExecutor.execute(() -> { in onBootPhase() 192 mBackgroundExecutor, in onBootPhase() 197 mBackgroundExecutor, in onBootPhase() 296 mBackgroundExecutor.execute(() -> { in setHibernatingForUser() 578 mBackgroundExecutor.execute(() -> { in onUserUnlocking()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaControlPanel.java | 97 protected final Executor mBackgroundExecutor; field in MediaControlPanel 130 mBackgroundExecutor = backgroundExecutor; in MediaControlPanel() 441 mBackgroundExecutor.execute(() -> mSeekBarViewModel.updateController(controller)); in bindPlayer()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLiteTest.java | 105 @Mock private Executor mBackgroundExecutor; field in GlobalActionsDialogLiteTest 152 mBackgroundExecutor, in setUp()
|
D | GlobalActionsDialogTest.java | 117 @Mock private Executor mBackgroundExecutor; field in GlobalActionsDialogTest 166 mBackgroundExecutor, in setUp()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | AppsFilter.java | 121 private final Executor mBackgroundExecutor; field in AppsFilter 248 mBackgroundExecutor = backgroundExecutor; 278 mBackgroundExecutor = null; 856 mBackgroundExecutor.execute(() -> {
|
D | PackageManagerService.java | 1051 private final Executor mBackgroundExecutor; field in PackageManagerService.Injector 1126 mBackgroundExecutor = new HandlerExecutor(backgroundHandler); in Injector() 1248 return mBackgroundExecutor; in getBackgroundExecutor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 339 @Inject @Background Lazy<Executor> mBackgroundExecutor; field in Dependency 383 mProviders.put(BACKGROUND_EXECUTOR, mBackgroundExecutor::get); in start()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 331 private final Executor mBackgroundExecutor; field in KeyguardUpdateMonitor 709 mBackgroundExecutor.execute(new Runnable() { in reportSuccessfulBiometricUnlock() 1779 mBackgroundExecutor = backgroundExecutor; in KeyguardUpdateMonitor() 1937 mBackgroundExecutor.execute(() -> { in KeyguardUpdateMonitor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 228 private final Executor mBackgroundExecutor; field in GlobalActionsDialogLite 366 mBackgroundExecutor = backgroundExecutor; in GlobalActionsDialogLite() 1138 mBackgroundExecutor.execute(() -> lockProfiles());
|