Searched refs:expandStackAndSelectBubble (Results 1 – 8 of 8) sorted by relevance
178 verify(mBubblesManager, never()).expandStackAndSelectBubble(any(Bubble.class)); in testEntryClearsNotificationAndDoesNotOpenBubble()179 verify(mBubblesManager, never()).expandStackAndSelectBubble(any(NotificationEntry.class)); in testEntryClearsNotificationAndDoesNotOpenBubble()202 verify(mBubblesManager, times(1)).expandStackAndSelectBubble(eq(mNotifEntryCanBubble)); in testBubbleEntryOpensBubbleAndDoesNotClearNotification()218 verify(mBubblesManager, never()).expandStackAndSelectBubble(any(Bubble.class)); in testQuietModeOpensQuietModeDialog()219 verify(mBubblesManager, never()).expandStackAndSelectBubble(any(NotificationEntry.class)); in testQuietModeOpensQuietModeDialog()236 verify(mBubblesManager, times(1)).expandStackAndSelectBubble(eq(bubble)); in testBubbleWithNoNotifOpensBubble()
116 void expandStackAndSelectBubble(BubbleEntry entry); in expandStackAndSelectBubble() method123 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble() method
499 expandStackAndSelectBubble(mNotifEntryToExpandOnShadeUnlock); in onStatusBarStateChanged()848 public void expandStackAndSelectBubble(Bubble b) { in expandStackAndSelectBubble() method in BubbleController871 public void expandStackAndSelectBubble(BubbleEntry entry) { in expandStackAndSelectBubble() method in BubbleController1537 public void expandStackAndSelectBubble(BubbleEntry entry) { in expandStackAndSelectBubble() method in BubbleController.BubblesImpl1539 BubbleController.this.expandStackAndSelectBubble(entry); in expandStackAndSelectBubble()1544 public void expandStackAndSelectBubble(Bubble bubble) { in expandStackAndSelectBubble() method in BubbleController.BubblesImpl1546 BubbleController.this.expandStackAndSelectBubble(bubble); in expandStackAndSelectBubble()
79 mBubblesManagerOptional.get().expandStackAndSelectBubble(mBubble); in LaunchConversationActivity()81 mBubblesManagerOptional.get().expandStackAndSelectBubble(mEntryToBubble); in LaunchConversationActivity()
291 verify(mBubblesManager).expandStackAndSelectBubble(eq(mBubbleNotificationRow.getEntry())); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()323 verify(mBubblesManager).expandStackAndSelectBubble(eq(mBubbleNotificationRow.getEntry())); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()353 verify(mBubblesManager).expandStackAndSelectBubble(mBubbleNotificationRow.getEntry()); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
652 public void expandStackAndSelectBubble(NotificationEntry entry) {653 mBubbles.expandStackAndSelectBubble(notifToBubbleEntry(entry));661 public void expandStackAndSelectBubble(Bubble bubble) {662 mBubbles.expandStackAndSelectBubble(bubble);
468 mBubblesManagerOptional.get().expandStackAndSelectBubble(entry); in expandBubbleStack()
781 mBubbleController.expandStackAndSelectBubble(mBubbleEntry); in testExpandStackAndSelectBubble_removedFirst()