Searched refs:VALUE_ON (Results 1 – 3 of 3) sorted by relevance
33 public static final String VALUE_ON = "on"; field in RecordLocationPreference45 return get(getSharedPreferences(), mResolver) ? VALUE_ON : VALUE_OFF; in getValue()51 return VALUE_ON.equals(value); in get()
337 ? RecordLocationPreference.VALUE_ON in upgradeGlobalPreferences()
57 private static final String VALUE_ON = "1"; field in EditPhoneNumberPreference412 shouldDisable = inValues[0].equals(VALUE_ON); in shouldDisableDependents()485 setToggled(inValues[0].equals(VALUE_ON)); in setValueFromString()491 return ((isToggled() ? VALUE_ON : VALUE_OFF) + VALUE_SEPARATOR + getPhoneNumber()); in getStringValue()