Searched refs:getImplCachedState (Results 1 – 2 of 2) sorted by relevance
1048 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()1105 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()1113 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()2087 assertTrue(mBubbleController.getImplCachedState().isStackExpanded()); in assertStackExpanded()2095 assertFalse(mBubbleController.getImplCachedState().isStackExpanded()); in assertStackCollapsed()2143 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in assertBubbleNotificationSuppressedFromShade()2154 assertFalse(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in assertBubbleNotificationNotSuppressedFromShade()
494 public BubblesImpl.CachedState getImplCachedState() { in getImplCachedState() method in BubbleController