Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
DNotificationsAppListPreferenceController.java44 private NotificationsFragment.NotificationSwitchListener mNotificationSwitchListener;
52 NotificationsFragment.NotificationSwitchListener listener) { in setNotificationSwitchListener()
DRecentNotificationsAppsPreferenceController.java67 private NotificationsFragment.NotificationSwitchListener mNotificationSwitchListener;
86 NotificationsFragment.NotificationSwitchListener listener) { in setNotificationSwitchListener()
DNotificationsFragment.java39 public class NotificationsFragment extends SettingsFragment { class
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DCarSettingActivities.java55 import com.android.car.settings.notifications.NotificationsFragment;
204 return new NotificationsFragment(); in getInitialFragment()