HomeSort by relevance Sort by last modified time
    Searched refs:VALUE_OFF (Results 1 - 12 of 12) sorted by null

  /packages/apps/Camera/src/com/android/camera/
RecordLocationPreference.java 32 public static final String VALUE_OFF = "off";
43 return get(getSharedPreferences(), mResolver) ? VALUE_ON : VALUE_OFF;
PhotoModule.java 536 setLocationPreference(RecordLocationPreference.VALUE_OFF);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
RecordLocationPreference.java 32 public static final String VALUE_OFF = "off";
43 return get(getSharedPreferences(), mResolver) ? VALUE_ON : VALUE_OFF;