Home
last modified time | relevance | path

Searched refs:mNotificationSwitchListener (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
DNotificationsAppListPreferenceController.java44 private NotificationsFragment.NotificationSwitchListener mNotificationSwitchListener; field in NotificationsAppListPreferenceController
53 mNotificationSwitchListener = listener; in setNotificationSwitchListener()
103 if (mNotificationSwitchListener != null) { in onSecondaryActionClick()
104 mNotificationSwitchListener.onSwitchChanged(); in onSecondaryActionClick()
DRecentNotificationsAppsPreferenceController.java67 private NotificationsFragment.NotificationSwitchListener mNotificationSwitchListener; field in RecentNotificationsAppsPreferenceController
87 mNotificationSwitchListener = listener; in setNotificationSwitchListener()
214 if (mNotificationSwitchListener != null) { in displayRecentApps()
215 mNotificationSwitchListener.onSwitchChanged(); in displayRecentApps()