Searched refs:expandStackAndSelectBubble (Results 1 – 8 of 8) sorted by relevance
206 verify(mBubblesManager, never()).expandStackAndSelectBubble(any(Bubble.class)); in testEntryClearsNotificationAndDoesNotOpenBubble()207 verify(mBubblesManager, never()).expandStackAndSelectBubble(any(NotificationEntry.class)); in testEntryClearsNotificationAndDoesNotOpenBubble()232 verify(mBubblesManager, times(1)).expandStackAndSelectBubble(eq(mNotifEntryCanBubble)); in testBubbleEntryOpensBubbleAndDoesNotClearNotification()252 verify(mBubblesManager, never()).expandStackAndSelectBubble(any(Bubble.class)); in testQuietModeOpensQuietModeDialog()253 verify(mBubblesManager, never()).expandStackAndSelectBubble(any(NotificationEntry.class)); in testQuietModeOpensQuietModeDialog()273 verify(mBubblesManager, times(1)).expandStackAndSelectBubble(eq(bubble)); in testBubbleWithNoNotifOpensBubble()
116 void expandStackAndSelectBubble(BubbleEntry entry); in expandStackAndSelectBubble() method123 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble() method
647 expandStackAndSelectBubble(mNotifEntryToExpandOnShadeUnlock); in onStatusBarStateChanged()1317 public void expandStackAndSelectBubble(Bubble b) { in expandStackAndSelectBubble() method in BubbleController1339 public void expandStackAndSelectBubble(BubbleEntry entry) { in expandStackAndSelectBubble() method in BubbleController2621 public void expandStackAndSelectBubble(BubbleEntry entry) { in expandStackAndSelectBubble() method in BubbleController.BubblesImpl2623 BubbleController.this.expandStackAndSelectBubble(entry); in expandStackAndSelectBubble()2628 public void expandStackAndSelectBubble(Bubble bubble) { in expandStackAndSelectBubble() method in BubbleController.BubblesImpl2630 BubbleController.this.expandStackAndSelectBubble(bubble); in expandStackAndSelectBubble()
91 mBubblesManagerOptional.get().expandStackAndSelectBubble(mBubble); in LaunchConversationActivity()93 mBubblesManagerOptional.get().expandStackAndSelectBubble(mEntryToBubble); in LaunchConversationActivity()
568 public void expandStackAndSelectBubble(NotificationEntry entry) {569 mBubbles.expandStackAndSelectBubble(notifToBubbleEntry(entry));577 public void expandStackAndSelectBubble(Bubble bubble) {578 mBubbles.expandStackAndSelectBubble(bubble);
344 verify(mBubblesManager).expandStackAndSelectBubble(eq(mBubbleNotificationRow.getEntry())); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()378 verify(mBubblesManager).expandStackAndSelectBubble(eq(mBubbleNotificationRow.getEntry())); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()406 verify(mBubblesManager).expandStackAndSelectBubble(mBubbleNotificationRow.getEntry()); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
478 mBubblesManagerOptional.get().expandStackAndSelectBubble(entry); in expandBubbleStack()
1651 mBubbleController.expandStackAndSelectBubble(mBubbleEntry); in testOnStatusBarStateChanged_statusBarChangeDoesNotClearExpandingBubble()1988 mBubbleController.expandStackAndSelectBubble(mBubbleEntry); in testShowOrHideAppBubble_selectIfNotSelected()