Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java109 void onNotificationStateChanged(); in onNotificationStateChanged() method
DNotificationLockscreenUserManagerImpl.java807 listener.onNotificationStateChanged(); in notifyNotificationStateChanged()
812 listener.onNotificationStateChanged(); in notifyNotificationStateChanged()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java508 verify(listener).onNotificationStateChanged(); in testUpdateIsPublicMode()
515 verify(listener, never()).onNotificationStateChanged(); in testUpdateIsPublicMode()
522 verify(listener).onNotificationStateChanged(); in testUpdateIsPublicMode()
529 verify(listener, never()).onNotificationStateChanged(); in testUpdateIsPublicMode()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotifUiAdjustmentProviderTest.kt108 notifLocksreenStateChangeListener.onNotificationStateChanged() in notifLockscreenStateChangeWillNotifDirty()