Searched refs:AmbientDisplayNotificationsPreferenceController (Results 1 – 6 of 6) sorted by relevance
66 private AmbientDisplayNotificationsPreferenceController mController;73 mController = new AmbientDisplayNotificationsPreferenceController(mContext, in setUp()74 AmbientDisplayNotificationsPreferenceController.KEY_AMBIENT_DISPLAY_NOTIFICATIONS); in setUp()144 AmbientDisplayNotificationsPreferenceController.KEY_AMBIENT_DISPLAY_NOTIFICATIONS); in handlePreferenceTreeClick_reportsEventForItsPreference()162 final AmbientDisplayNotificationsPreferenceController controller = in isSliceableCorrectKey_returnsTrue()163 new AmbientDisplayNotificationsPreferenceController(mContext, in isSliceableCorrectKey_returnsTrue()170 final AmbientDisplayNotificationsPreferenceController controller = in isSliceableIncorrectKey_returnsFalse()171 new AmbientDisplayNotificationsPreferenceController(mContext, "bad_key"); in isSliceableIncorrectKey_returnsFalse()
32 import com.android.settings.display.AmbientDisplayNotificationsPreferenceController;96 final AmbientDisplayNotificationsPreferenceController controller = spy( in onAttach_notifications_shouldInvokeSetters()97 new AmbientDisplayNotificationsPreferenceController(mContext, "key")); in onAttach_notifications_shouldInvokeSetters()99 AmbientDisplayNotificationsPreferenceController.class); in onAttach_notifications_shouldInvokeSetters()
32 public class AmbientDisplayNotificationsPreferenceController extends class45 public AmbientDisplayNotificationsPreferenceController(Context context, String key) { in AmbientDisplayNotificationsPreferenceController() method in AmbientDisplayNotificationsPreferenceController55 public AmbientDisplayNotificationsPreferenceController setConfig( in setConfig()
29 import com.android.settings.display.AmbientDisplayNotificationsPreferenceController;96 use(AmbientDisplayNotificationsPreferenceController.class).setConfig(getConfig(context)); in onAttach()
29 import com.android.car.developeroptions.display.AmbientDisplayNotificationsPreferenceController;96 use(AmbientDisplayNotificationsPreferenceController.class).setConfig(getConfig(context)); in onAttach()