Searched refs:AmbientDisplayNotificationsPreferenceController (Results 1 – 4 of 4) 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()
33 public class AmbientDisplayNotificationsPreferenceController extends class46 public AmbientDisplayNotificationsPreferenceController(Context context, String key) { in AmbientDisplayNotificationsPreferenceController() method in AmbientDisplayNotificationsPreferenceController56 public AmbientDisplayNotificationsPreferenceController setConfig( in setConfig()
37 import com.android.settings.display.AmbientDisplayNotificationsPreferenceController;113 use(AmbientDisplayNotificationsPreferenceController.class).setConfig(getConfig(context)); in onAttach()