Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java118 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in removeNotification()
151 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in updateNotification()
DForegroundServiceController.java199 public boolean isDisclosureNotification(StatusBarNotification sbn) { in isDisclosureNotification() method in ForegroundServiceController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinatorTest.java132 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java129 if (getFsc().isDisclosureNotification(sbn) in shouldFilterOut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinator.java99 if (mForegroundServiceController.isDisclosureNotification(sbn)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java247 assertTrue(mFsc.isDisclosureNotification(sbn_user1_disclosure)); in testDisclosurePredicate()
248 assertFalse(mFsc.isDisclosureNotification(sbn_user1_app1)); in testDisclosurePredicate()