Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerTest.java330 verify(listener).onNotificationStateChanged(); in testUpdateIsPublicMode()
336 verify(listener, never()).onNotificationStateChanged(); in testUpdateIsPublicMode()
342 verify(listener).onNotificationStateChanged(); in testUpdateIsPublicMode()
348 verify(listener, never()).onNotificationStateChanged(); in testUpdateIsPublicMode()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java104 void onNotificationStateChanged(); in onNotificationStateChanged() method
H A DNotificationLockscreenUserManagerImpl.java638 listener.onNotificationStateChanged(); in notifyNotificationStateChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotifUiAdjustmentProviderTest.kt96 notifLocksreenStateChangeListener.onNotificationStateChanged()