Home
last modified time | relevance | path

Searched refs:addNotificationStateChangedListener (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java84 void addNotificationStateChangedListener(NotificationStateChangedListener listener); in addNotificationStateChangedListener() method
H A DNotificationLockscreenUserManagerImpl.java627 public void addNotificationStateChangedListener(NotificationStateChangedListener listener) { in addNotificationStateChangedListener() method in NotificationLockscreenUserManagerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotifUiAdjustmentProvider.kt66 lockscreenUserManager.addNotificationStateChangedListener(notifStateChangedListener)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotifUiAdjustmentProviderTest.kt94 verify(lockscreenUserManager).addNotificationStateChangedListener(capture())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerTest.java324 mLockscreenUserManager.addNotificationStateChangedListener(listener); in testUpdateIsPublicMode()