Searched refs:getImplCachedState (Results 1 – 2 of 2) sorted by relevance
1164 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()1221 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()1229 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()2497 assertTrue(mBubbleController.getImplCachedState().isStackExpanded()); in assertStackExpanded()2505 assertFalse(mBubbleController.getImplCachedState().isStackExpanded()); in assertStackCollapsed()2553 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in assertBubbleNotificationSuppressedFromShade()2564 assertFalse(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in assertBubbleNotificationNotSuppressedFromShade()
536 public BubblesImpl.CachedState getImplCachedState() { in getImplCachedState() method in BubbleController