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.java42 private NotificationsFragment.NotificationSwitchListener mNotificationSwitchListener; field in NotificationsAppListPreferenceController
51 mNotificationSwitchListener = listener; in setNotificationSwitchListener()
83 if (mNotificationSwitchListener != null) { in createPreference()
84 mNotificationSwitchListener.onSwitchChanged(); in createPreference()
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()