Home
last modified time | relevance | path

Searched refs:isBubbleNotificationSuppressedFromShade (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DBubbleCoordinator.java89 && mBubblesOptional.get().isBubbleNotificationSuppressedFromShade(
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java99 boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey); in isBubbleNotificationSuppressedFromShade() method
DBubbleController.java1253 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade() method in BubbleController
2562 public synchronized boolean isBubbleNotificationSuppressedFromShade(String key, in isBubbleNotificationSuppressedFromShade() method in BubbleController.BubblesImpl.CachedState
2598 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade() method in BubbleController.BubblesImpl
2599 return mCachedState.isBubbleNotificationSuppressedFromShade(key, groupKey); in isBubbleNotificationSuppressedFromShade()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1161 assertTrue(mBubbleController.isBubbleNotificationSuppressedFromShade( in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1164 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1218 assertTrue(mBubbleController.isBubbleNotificationSuppressedFromShade( in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
1221 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
1226 assertTrue(mBubbleController.isBubbleNotificationSuppressedFromShade( in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
1229 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
2551 assertTrue(mBubbleController.isBubbleNotificationSuppressedFromShade( in assertBubbleNotificationSuppressedFromShade()
2553 assertTrue(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in assertBubbleNotificationSuppressedFromShade()
2562 assertFalse(mBubbleController.isBubbleNotificationSuppressedFromShade( in assertBubbleNotificationNotSuppressedFromShade()
2564 assertFalse(mBubbleController.getImplCachedState().isBubbleNotificationSuppressedFromShade( in assertBubbleNotificationNotSuppressedFromShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DNotificationHelper.java247 && bubblesOptional.get().isBubbleNotificationSuppressedFromShade( in shouldFilterOut()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java307 when(mBubbles.isBubbleNotificationSuppressedFromShade(any(), any())).thenReturn(false); in setUp()
1262 when(mBubbles.isBubbleNotificationSuppressedFromShade(any(), any())).thenReturn(true); in testAugmentTileFromNotificationEntryManager_notificationHidden()