Searched refs:mBubblesManagerOptional (Results 1 – 8 of 8) sorted by relevance
60 private final Optional<BubblesManager> mBubblesManagerOptional; field in BubbleCoordinator72 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)) {
54 private final Optional<BubblesManager> mBubblesManagerOptional; field in LaunchConversationActivity68 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()
109 private final Optional<BubblesManager> mBubblesManagerOptional; field in StatusBarNotificationActivityStarter183 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.Builder763 mBubblesManagerOptional = bubblesManager; in Builder()827 mBubblesManagerOptional, in build()
672 private final Optional<BubblesManager> mBubblesManagerOptional; field in StatusBar834 mBubblesManagerOptional = bubblesManagerOptional; in StatusBar()
87 private final Optional<BubblesManager> mBubblesManagerOptional; field in ExpandableNotificationRowController140 mBubblesManagerOptional = bubblesManagerOptional; in ExpandableNotificationRowController()167 mBubblesManagerOptional, in init()
95 private Optional<BubblesManager> mBubblesManagerOptional; field in NotificationConversationInfo227 mBubblesManagerOptional = bubblesManagerOptional; in bindNotification()627 if (mBubblesManagerOptional.isPresent()) { in run()628 post(() -> mBubblesManagerOptional.get() in run()
126 private final Optional<BubblesManager> mBubblesManagerOptional; field in NotificationGutsManager173 mBubblesManagerOptional = bubblesManagerOptional; in NotificationGutsManager()508 mBubblesManagerOptional, in initializeConversationNotificationInfo() local
162 private Optional<BubblesManager> mBubblesManagerOptional; field in ExpandableNotificationRow1108 if (mBubblesManagerOptional.isPresent()) {1109 mBubblesManagerOptional.get()1600 mBubblesManagerOptional = bubblesManagerOptional;