Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DDismissCallbackRegistry.java38 public DismissCallbackRegistry(@UiBackground Executor uiBgExecutor) { in DismissCallbackRegistry() argument
39 mUiBgExecutor = uiBgExecutor; in DismissCallbackRegistry()
H A DKeyguardViewMediator.java1365 @UiBackground Executor uiBgExecutor, PowerManager powerManager,
1403 mUiBgExecutor = uiBgExecutor;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DUnfoldLatencyTracker.kt51 @UiBackground private val uiBgExecutor: Executor,
71 deviceStateManager.registerCallback(uiBgExecutor, foldStateListener)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java200 @UiBackground Executor uiBgExecutor, in NotificationLogger() argument
209 mUiBgExecutor = uiBgExecutor; in NotificationLogger()
464 public ExpansionStateLogger(@UiBackground Executor uiBgExecutor) { in ExpansionStateLogger() argument
465 mUiBgExecutor = uiBgExecutor; in ExpansionStateLogger()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationModeController.java105 @UiBackground Executor uiBgExecutor, in NavigationModeController() argument
113 mUiBgExecutor = uiBgExecutor; in NavigationModeController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java121 @UiBackground Executor uiBgExecutor, in newKeyguardViewMediator() argument
161 uiBgExecutor, in newKeyguardViewMediator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java117 @UiBackground Executor uiBgExecutor, in provideNotificationLogger() argument
127 uiBgExecutor, in provideNotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java264 Executor uiBgExecutor, in TestableNotificationLogger() argument
274 uiBgExecutor, in TestableNotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DInstantAppNotifier.java90 @UiBackground Executor uiBgExecutor, in InstantAppNotifier() argument
96 mUiBgExecutor = uiBgExecutor; in InstantAppNotifier()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java112 @UiBackground Executor uiBgExecutor, in KeyguardDisplayManager() argument
121 uiBgExecutor.execute(() -> mMediaRouter = mContext.getSystemService(MediaRouter.class)); in KeyguardDisplayManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java142 Executor uiBgExecutor, in StatusBarNotificationActivityStarter() argument
175 mUiBgExecutor = uiBgExecutor; in StatusBarNotificationActivityStarter()
H A DPhoneStatusBarPolicy.java174 @Main Executor mainExecutor, @UiBackground Executor uiBgExecutor, @Main Looper looper, in PhoneStatusBarPolicy() argument
219 mUiBgExecutor = uiBgExecutor; in PhoneStatusBarPolicy()
H A DCentralSurfacesImpl.java704 @UiBackground Executor uiBgExecutor, in CentralSurfacesImpl()
811 mUiBgExecutor = uiBgExecutor; in CentralSurfacesImpl()