Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationListenerTest.java153 mListener.addNotificationSettingsListener(settingsListener); in testOnConnectReadStatusBarSetting()
166 mListener.addNotificationSettingsListener(settingsListener); in testOnStatusBarIconsBehaviorChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java100 public void addNotificationSettingsListener(NotificationSettingsListener listener) { in addNotificationSettingsListener() method in NotificationListener
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt137 notificationListener.addNotificationSettingsListener(settingsListener)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java160 notificationListener.addNotificationSettingsListener(mSettingsListener); in LegacyNotificationIconAreaControllerImpl()