Searched refs:isBubbleNotificationSuppressedFromShade (Results 1 – 6 of 6) sorted by relevance
89 && mBubblesOptional.get().isBubbleNotificationSuppressedFromShade(
99 boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey); in isBubbleNotificationSuppressedFromShade() method
1253 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade() method in BubbleController2562 public synchronized boolean isBubbleNotificationSuppressedFromShade(String key, in isBubbleNotificationSuppressedFromShade() method in BubbleController.BubblesImpl.CachedState2598 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade() method in BubbleController.BubblesImpl2599 return mCachedState.isBubbleNotificationSuppressedFromShade(key, groupKey); in isBubbleNotificationSuppressedFromShade()
1161 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()
247 && bubblesOptional.get().isBubbleNotificationSuppressedFromShade( in shouldFilterOut()
307 when(mBubbles.isBubbleNotificationSuppressedFromShade(any(), any())).thenReturn(false); in setUp()1262 when(mBubbles.isBubbleNotificationSuppressedFromShade(any(), any())).thenReturn(true); in testAugmentTileFromNotificationEntryManager_notificationHidden()