Home
last modified time | relevance | path

Searched defs:mBubblesManagerOptional (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DBubbleCoordinator.java60 private final Optional<BubblesManager> mBubblesManagerOptional; field in BubbleCoordinator
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java54 private final Optional<BubblesManager> mBubblesManagerOptional; field in LaunchConversationActivity
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java87 private final Optional<BubblesManager> mBubblesManagerOptional; field in ExpandableNotificationRowController
H A DNotificationGutsManager.java126 private final Optional<BubblesManager> mBubblesManagerOptional; field in NotificationGutsManager
508 mBubblesManagerOptional, in initializeConversationNotificationInfo() local
H A DNotificationConversationInfo.java95 private Optional<BubblesManager> mBubblesManagerOptional; field in NotificationConversationInfo
H A DExpandableNotificationRow.java162 private Optional<BubblesManager> mBubblesManagerOptional; field in ExpandableNotificationRow
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java109 private final Optional<BubblesManager> mBubblesManagerOptional; field in StatusBarNotificationActivityStarter
695 private final Optional<BubblesManager> mBubblesManagerOptional; field in StatusBarNotificationActivityStarter.Builder
H A DStatusBar.java672 private final Optional<BubblesManager> mBubblesManagerOptional; field in StatusBar