Home
last modified time | relevance | path

Searched refs:isDisclosureNotification (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java90 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in removeNotification()
122 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in updateNotification()
DForegroundServiceController.java141 public boolean isDisclosureNotification(StatusBarNotification sbn) { in isDisclosureNotification() method in ForegroundServiceController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java122 if (getFsc().isDisclosureNotification(sbn) in shouldFilterOut()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java123 assertTrue(mFsc.isDisclosureNotification(sbn_user1_disclosure)); in testDisclosurePredicate()
124 assertFalse(mFsc.isDisclosureNotification(sbn_user1_app1)); in testDisclosurePredicate()