Home
last modified time | relevance | path

Searched refs:mBackgroundExecutor (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DDeleteScreenshotReceiver.java42 private final Executor mBackgroundExecutor; field in DeleteScreenshotReceiver
48 mBackgroundExecutor = backgroundExecutor; in DeleteScreenshotReceiver()
59 mBackgroundExecutor.execute(() -> { in onReceive()
DLongScreenshotActivity.java73 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/
DKeyguardDisplayManagerTest.java65 private Executor mBackgroundExecutor = Runnable::run; field in KeyguardDisplayManagerTest
80 mKeyguardStatusViewComponentFactory, mBackgroundExecutor)); in setUp()
DKeyguardUpdateMonitorTest.java178 private Executor mBackgroundExecutor = Runnable::run; field in KeyguardUpdateMonitorTest
1051 mRingerModeTracker, mBackgroundExecutor, in TestableKeyguardUpdateMonitor()
/frameworks/base/services/core/java/com/android/server/apphibernation/
DAppHibernationService.java122 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/
DMediaControlPanel.java97 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/
DGlobalActionsDialogLiteTest.java105 @Mock private Executor mBackgroundExecutor; field in GlobalActionsDialogLiteTest
152 mBackgroundExecutor, in setUp()
DGlobalActionsDialogTest.java117 @Mock private Executor mBackgroundExecutor; field in GlobalActionsDialogTest
166 mBackgroundExecutor, in setUp()
/frameworks/base/services/core/java/com/android/server/pm/
DAppsFilter.java121 private final Executor mBackgroundExecutor; field in AppsFilter
248 mBackgroundExecutor = backgroundExecutor;
278 mBackgroundExecutor = null;
856 mBackgroundExecutor.execute(() -> {
DPackageManagerService.java1051 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/
DDependency.java339 @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/
DKeyguardUpdateMonitor.java331 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/
DGlobalActionsDialogLite.java228 private final Executor mBackgroundExecutor; field in GlobalActionsDialogLite
366 mBackgroundExecutor = backgroundExecutor; in GlobalActionsDialogLite()
1138 mBackgroundExecutor.execute(() -> lockProfiles());