Searched refs:isDisclosureNotification (Results 1 – 4 of 4) sorted by relevance
90 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in removeNotification()122 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in updateNotification()
141 public boolean isDisclosureNotification(StatusBarNotification sbn) { in isDisclosureNotification() method in ForegroundServiceController
122 if (getFsc().isDisclosureNotification(sbn) in shouldFilterOut()
123 assertTrue(mFsc.isDisclosureNotification(sbn_user1_disclosure)); in testDisclosurePredicate()124 assertFalse(mFsc.isDisclosureNotification(sbn_user1_app1)); in testDisclosurePredicate()