Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java56 void addKeyguardNotificationSuppressor(KeyguardNotificationSuppressor suppressor); in addKeyguardNotificationSuppressor() method
H A DNotificationLockscreenUserManagerImpl.java642 public void addKeyguardNotificationSuppressor(KeyguardNotificationSuppressor suppressor) { in addKeyguardNotificationSuppressor() method in NotificationLockscreenUserManagerImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinator.kt69 notificationLockscreenUserManager.addKeyguardNotificationSuppressor { entry ->
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerTest.java402 mLockscreenUserManager.addKeyguardNotificationSuppressor(suppressor); in testKeyguardNotificationSuppressors()