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()
115 void expandStackAndSelectBubble(BubbleEntry entry); in expandStackAndSelectBubble() method122 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble() method
602 expandStackAndSelectBubble(mNotifEntryToExpandOnShadeUnlock); in onStatusBarStateChanged()1124 public void expandStackAndSelectBubble(Bubble b) { in expandStackAndSelectBubble() method in BubbleController1147 public void expandStackAndSelectBubble(BubbleEntry entry) { in expandStackAndSelectBubble() method in BubbleController2296 public void expandStackAndSelectBubble(BubbleEntry entry) { in expandStackAndSelectBubble() method in BubbleController.BubblesImpl2298 BubbleController.this.expandStackAndSelectBubble(entry); in expandStackAndSelectBubble()2303 public void expandStackAndSelectBubble(Bubble bubble) { in expandStackAndSelectBubble() method in BubbleController.BubblesImpl2305 BubbleController.this.expandStackAndSelectBubble(bubble); in expandStackAndSelectBubble()
91 mBubblesManagerOptional.get().expandStackAndSelectBubble(mBubble); in LaunchConversationActivity()93 mBubblesManagerOptional.get().expandStackAndSelectBubble(mEntryToBubble); in LaunchConversationActivity()
508 public void expandStackAndSelectBubble(NotificationEntry entry) {509 mBubbles.expandStackAndSelectBubble(notifToBubbleEntry(entry));517 public void expandStackAndSelectBubble(Bubble bubble) {518 mBubbles.expandStackAndSelectBubble(bubble);
336 verify(mBubblesManager).expandStackAndSelectBubble(eq(mBubbleNotificationRow.getEntry())); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()370 verify(mBubblesManager).expandStackAndSelectBubble(eq(mBubbleNotificationRow.getEntry())); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()398 verify(mBubblesManager).expandStackAndSelectBubble(mBubbleNotificationRow.getEntry()); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
430 mBubblesManagerOptional.get().expandStackAndSelectBubble(entry); in expandBubbleStack()
1505 mBubbleController.expandStackAndSelectBubble(mBubbleEntry); in testOnStatusBarStateChanged_statusBarChangeDoesNotClearExpandingBubble()1842 mBubbleController.expandStackAndSelectBubble(mBubbleEntry); in testShowOrHideAppBubble_selectIfNotSelected()