Searched refs:isBubbleExpanded (Results 1 – 5 of 5) sorted by relevance
98 whenever(bubbles.isBubbleExpanded(eq("notif1"))).thenReturn(true) in filteredEntrySet_noExpandedBubbles()198 whenever(bubbles.isBubbleExpanded(eq("notif1"))).thenReturn(true) in filteredEntrySet_noExpandedBubbles()304 whenever(bubbles.isBubbleExpanded(eq("notif1"))).thenReturn(true) in filteredEntrySet_noExpandedBubbles()
99 bubbles.getOrNull()?.isBubbleExpanded(model.key) == true -> false in <lambda>()
105 boolean isBubbleExpanded(String key); in isBubbleExpanded() method
2558 public synchronized boolean isBubbleExpanded(String key) { in isBubbleExpanded() method in BubbleController.BubblesImpl.CachedState2603 public boolean isBubbleExpanded(String key) { in isBubbleExpanded() method in BubbleController.BubblesImpl2604 return mCachedState.isBubbleExpanded(key); in isBubbleExpanded()
292 && mBubblesOptional.get().isBubbleExpanded(entry.getKey())) { in shouldShowNotificationIcon()