Searched refs:expandStackAndSelectBubble (Results 1 – 4 of 4) sorted by relevance
242 verify(mBubbleController).expandStackAndSelectBubble(eq(sbn.getKey())); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()273 verify(mBubbleController).expandStackAndSelectBubble(eq(sbn.getKey())); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()303 verify(mBubbleController).expandStackAndSelectBubble(eq(sbn.getKey())); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
358 mBubbleController.expandStackAndSelectBubble(notificationKey); in expandBubbleStackOnMainThread()361 () -> mBubbleController.expandStackAndSelectBubble(notificationKey)); in expandBubbleStackOnMainThread()
514 mBubbleController.expandStackAndSelectBubble(key); in testExpandStackAndSelectBubble_removedFirst()
479 public void expandStackAndSelectBubble(String notificationKey) { in expandStackAndSelectBubble() method in BubbleController