Searched refs:isSystemAlertNotification (Results 1 – 6 of 6) sorted by relevance
172 when(mFsc.isSystemAlertNotification(any())).thenReturn(true); in testSuppressSystemAlertNotification()189 when(mFsc.isSystemAlertNotification(any())).thenReturn(true); in testDoNotSuppressSystemAlertNotification()194 when(mFsc.isSystemAlertNotification(any())).thenReturn(false); in testDoNotSuppressSystemAlertNotification()199 when(mFsc.isSystemAlertNotification(any())).thenReturn(false); in testDoNotSuppressSystemAlertNotification()225 when(mFsc.isSystemAlertNotification(any())).thenReturn(false); in testShouldFilterHiddenNotifications()
147 when(mForegroundServiceController.isSystemAlertNotification(sbn)).thenReturn(true); in filterTest_systemAlertNotificationUnnecessary()167 when(mForegroundServiceController.isSystemAlertNotification(sbn)).thenReturn(false); in filterTest_doNotFilter()
134 if (getFsc().isSystemAlertNotification(sbn)) { in shouldFilterOut()
208 public boolean isSystemAlertNotification(StatusBarNotification sbn) { in isSystemAlertNotification() method in ForegroundServiceController
106 if (mForegroundServiceController.isSystemAlertNotification(sbn)) {
404 assertTrue(mFsc.isSystemAlertNotification(sbn_user1_overlay)); in testOverlayPredicate()405 assertFalse(mFsc.isSystemAlertNotification(sbn_user1_app1)); in testOverlayPredicate()