Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceNotificationListener.java115 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in removeNotification()
148 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in updateNotification()
H A DForegroundServiceController.java152 public boolean isDisclosureNotification(StatusBarNotification sbn) { in isDisclosureNotification() method in ForegroundServiceController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DAppOpsCoordinator.java94 if (mForegroundServiceController.isDisclosureNotification(sbn)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationFilter.java100 if (mForegroundServiceController.isDisclosureNotification(sbn) in shouldFilterOut()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DAppOpsCoordinatorTest.java106 when(mForegroundServiceController.isDisclosureNotification(sbn)).thenReturn(true); in filterTest_disclosureUnnecessary()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java161 assertTrue(mFsc.isDisclosureNotification(sbn_user1_disclosure)); in testDisclosurePredicate()
162 assertFalse(mFsc.isDisclosureNotification(sbn_user1_app1)); in testDisclosurePredicate()