Home
last modified time | relevance | path

Searched refs:getImplCachedState (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1048 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java494 public BubblesImpl.CachedState getImplCachedState() { in getImplCachedState() method in BubbleController