Searched refs:VALUE_OFF (Results 1 – 4 of 4) sorted by relevance
34 public static final String VALUE_OFF = "off"; field in RecordLocationPreference45 return get(getSharedPreferences(), mResolver) ? VALUE_ON : VALUE_OFF; in getValue()
32 public static final String VALUE_OFF = "off"; field in RecordLocationPreference43 return get(getSharedPreferences(), mResolver) ? VALUE_ON : VALUE_OFF; in getValue()
536 setLocationPreference(RecordLocationPreference.VALUE_OFF); in locationFirstRun()
54 private static final String VALUE_OFF = "0"; field in EditPhoneNumberPreference488 return ((isToggled() ? VALUE_ON : VALUE_OFF) + VALUE_SEPARATOR + getPhoneNumber()); in getStringValue()