Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
DBaseNotificationsPreferenceController.java41 public abstract class BaseNotificationsPreferenceController<T extends Preference> extends class
44 private static final Logger LOG = new Logger(BaseNotificationsPreferenceController.class);
50 public BaseNotificationsPreferenceController(Context context, String preferenceKey, in BaseNotificationsPreferenceController() method in BaseNotificationsPreferenceController
DNotificationsAppListPreferenceController.java39 BaseNotificationsPreferenceController<PreferenceCategory> implements
DRecentNotificationsAppsPreferenceController.java52 BaseNotificationsPreferenceController<PreferenceCategory> implements
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DNotificationsPreferenceController.java27 import com.android.car.settings.notifications.BaseNotificationsPreferenceController;
33 BaseNotificationsPreferenceController<TwoStatePreference> {