Home
last modified time | relevance | path

Searched refs: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
72 mBubblesManagerOptional = bubblesManagerOptional; in BubbleCoordinator()
82 if (mBubblesManagerOptional.isPresent()) { in attach()
83 mBubblesManagerOptional.get().addNotifCallback(mNotifCallback); in attach()
110 if (mBubblesManagerOptional.isPresent()
111 && mBubblesManagerOptional.get().handleDismissalInterception(entry)) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java54 private final Optional<BubblesManager> mBubblesManagerOptional; field in LaunchConversationActivity
68 mBubblesManagerOptional = bubblesManagerOptional; in LaunchConversationActivity()
77 if (mBubblesManagerOptional.isPresent()) { in LaunchConversationActivity()
79 mBubblesManagerOptional.get().expandStackAndSelectBubble(mBubble); in LaunchConversationActivity()
81 mBubblesManagerOptional.get().expandStackAndSelectBubble(mEntryToBubble); in LaunchConversationActivity()
129 if (mBubblesManagerOptional.isPresent()) { in onCreate()
130 mBubble = mBubblesManagerOptional.get().getBubbleWithShortcutId(tileId); in onCreate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java109 private final Optional<BubblesManager> mBubblesManagerOptional; field in StatusBarNotificationActivityStarter
183 mBubblesManagerOptional = bubblesManagerOptional; in StatusBarNotificationActivityStarter()
456 if (!mBubblesManagerOptional.isPresent()) { in expandBubbleStackOnMainThread()
468 mBubblesManagerOptional.get().expandStackAndSelectBubble(entry); in expandBubbleStack()
695 private final Optional<BubblesManager> mBubblesManagerOptional; field in StatusBarNotificationActivityStarter.Builder
763 mBubblesManagerOptional = bubblesManager; in Builder()
827 mBubblesManagerOptional, in build()
H A DStatusBar.java672 private final Optional<BubblesManager> mBubblesManagerOptional; field in StatusBar
834 mBubblesManagerOptional = bubblesManagerOptional; in StatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java87 private final Optional<BubblesManager> mBubblesManagerOptional; field in ExpandableNotificationRowController
140 mBubblesManagerOptional = bubblesManagerOptional; in ExpandableNotificationRowController()
167 mBubblesManagerOptional, in init()
H A DNotificationConversationInfo.java95 private Optional<BubblesManager> mBubblesManagerOptional; field in NotificationConversationInfo
227 mBubblesManagerOptional = bubblesManagerOptional; in bindNotification()
627 if (mBubblesManagerOptional.isPresent()) { in run()
628 post(() -> mBubblesManagerOptional.get() in run()
H A DNotificationGutsManager.java126 private final Optional<BubblesManager> mBubblesManagerOptional; field in NotificationGutsManager
173 mBubblesManagerOptional = bubblesManagerOptional; in NotificationGutsManager()
508 mBubblesManagerOptional, in initializeConversationNotificationInfo() local
H A DExpandableNotificationRow.java162 private Optional<BubblesManager> mBubblesManagerOptional; field in ExpandableNotificationRow
1108 if (mBubblesManagerOptional.isPresent()) {
1109 mBubblesManagerOptional.get()
1600 mBubblesManagerOptional = bubblesManagerOptional;