Home
last modified time | relevance | path

Searched refs:NotificationsAppListPreferenceController (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
DNotificationsAppListPreferenceController.java38 public class NotificationsAppListPreferenceController extends class
44 public NotificationsAppListPreferenceController(Context context, String preferenceKey, in NotificationsAppListPreferenceController() method in NotificationsAppListPreferenceController
DNotificationsFragment.java57 NotificationsAppListPreferenceController notificationsAppListController = in onAttach()
58 use(NotificationsAppListPreferenceController.class, in onAttach()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/notifications/
DNotificationsAppListPreferenceControllerTest.java66 private NotificationsAppListPreferenceController mPreferenceController;
90 mPreferenceController = new NotificationsAppListPreferenceController(mContext, in setUp()