Home | History | Annotate | Download | only in settings

Lines Matching defs:newMode

993         final int newMode = Integer.parseInt(value.toString());
994 if (newMode < 0) {
998 Settings.Secure.putInt(cr, Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER, newMode);