Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java95 void removeNotificationStateChangedListener(NotificationStateChangedListener listener); in removeNotificationStateChangedListener() method
DNotificationLockscreenUserManagerImpl.java799 public void removeNotificationStateChangedListener(NotificationStateChangedListener listener) { in removeNotificationStateChangedListener() method in NotificationLockscreenUserManagerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotifUiAdjustmentProvider.kt91 lockscreenUserManager.removeNotificationStateChangedListener(notifStateChangedListener) in removeDirtyListener()