Home
last modified time | relevance | path

Searched refs:KeyguardNotificationSuppressor (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java56 void addKeyguardNotificationSuppressor(KeyguardNotificationSuppressor suppressor); in addKeyguardNotificationSuppressor()
99 interface KeyguardNotificationSuppressor { interface
H A DNotificationLockscreenUserManagerImpl.java106 private List<KeyguardNotificationSuppressor> mKeyguardSuppressors = new ArrayList<>();
642 public void addKeyguardNotificationSuppressor(KeyguardNotificationSuppressor suppressor) { in addKeyguardNotificationSuppressor()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerTest.java61 …rt com.android.systemui.statusbar.NotificationLockscreenUserManager.KeyguardNotificationSuppressor;
444 private static class FakeKeyguardSuppressor implements KeyguardNotificationSuppressor {