Searched refs:isDisclosureNotification (Results 1 – 6 of 6) sorted by relevance
118 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in removeNotification()151 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in updateNotification()
199 public boolean isDisclosureNotification(StatusBarNotification sbn) { in isDisclosureNotification() method in ForegroundServiceController
132 when(mForegroundServiceController.isDisclosureNotification(sbn)).thenReturn(true); in filterTest_disclosureUnnecessary()148 when(mForegroundServiceController.isDisclosureNotification(sbn)).thenReturn(false); in filterTest_systemAlertNotificationUnnecessary()168 when(mForegroundServiceController.isDisclosureNotification(sbn)).thenReturn(false); in filterTest_doNotFilter()
129 if (getFsc().isDisclosureNotification(sbn) in shouldFilterOut()
99 if (mForegroundServiceController.isDisclosureNotification(sbn)
247 assertTrue(mFsc.isDisclosureNotification(sbn_user1_disclosure)); in testDisclosurePredicate()248 assertFalse(mFsc.isDisclosureNotification(sbn_user1_app1)); in testDisclosurePredicate()