/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | DismissCallbackRegistry.java | 38 public DismissCallbackRegistry(@UiBackground Executor uiBgExecutor) { in DismissCallbackRegistry() argument 39 mUiBgExecutor = uiBgExecutor; in DismissCallbackRegistry()
|
H A D | KeyguardViewMediator.java | 1365 @UiBackground Executor uiBgExecutor, PowerManager powerManager, 1403 mUiBgExecutor = uiBgExecutor;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
H A D | UnfoldLatencyTracker.kt | 51 @UiBackground private val uiBgExecutor: Executor, 71 deviceStateManager.registerCallback(uiBgExecutor, foldStateListener)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLogger.java | 200 @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 D | NavigationModeController.java | 105 @UiBackground Executor uiBgExecutor, in NavigationModeController() argument 113 mUiBgExecutor = uiBgExecutor; in NavigationModeController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
H A D | KeyguardModule.java | 121 @UiBackground Executor uiBgExecutor, in newKeyguardViewMediator() argument 161 uiBgExecutor, in newKeyguardViewMediator()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
H A D | NotificationsModule.java | 117 @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 D | NotificationLoggerTest.java | 264 Executor uiBgExecutor, in TestableNotificationLogger() argument 274 uiBgExecutor, in TestableNotificationLogger()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | InstantAppNotifier.java | 90 @UiBackground Executor uiBgExecutor, in InstantAppNotifier() argument 96 mUiBgExecutor = uiBgExecutor; in InstantAppNotifier()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardDisplayManager.java | 112 @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 D | StatusBarNotificationActivityStarter.java | 142 Executor uiBgExecutor, in StatusBarNotificationActivityStarter() argument 175 mUiBgExecutor = uiBgExecutor; in StatusBarNotificationActivityStarter()
|
H A D | PhoneStatusBarPolicy.java | 174 @Main Executor mainExecutor, @UiBackground Executor uiBgExecutor, @Main Looper looper, in PhoneStatusBarPolicy() argument 219 mUiBgExecutor = uiBgExecutor; in PhoneStatusBarPolicy()
|
H A D | CentralSurfacesImpl.java | 704 @UiBackground Executor uiBgExecutor, in CentralSurfacesImpl() 811 mUiBgExecutor = uiBgExecutor; in CentralSurfacesImpl()
|