Searched refs:VALUE_OFF (Results 1 – 2 of 2) sorted by relevance
34 public static final String VALUE_OFF = "off"; field in RecordLocationPreference45 return get(getSharedPreferences(), mResolver) ? VALUE_ON : VALUE_OFF; in getValue()
56 private static final String VALUE_OFF = "0"; field in EditPhoneNumberPreference491 return ((isToggled() ? VALUE_ON : VALUE_OFF) + VALUE_SEPARATOR + getPhoneNumber()); in getStringValue()