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

  /packages/apps/LegacyCamera/src/com/android/camera/
RecordLocationPreference.java 25 * {@code RecordLocationPreference} is used to keep the "store locaiton"
28 public class RecordLocationPreference extends IconListPreference {
38 public RecordLocationPreference(Context context, AttributeSet attrs) {
CameraSettings.java 40 public static final String KEY_RECORD_LOCATION = RecordLocationPreference.KEY;
337 ? RecordLocationPreference.VALUE_ON
338 : RecordLocationPreference.VALUE_NONE);
Camera.java 362 boolean recordLocation = RecordLocationPreference.get(
443 boolean recordLocation = RecordLocationPreference.get(
    [all...]
VideoCamera.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OtherSettingsPopup.java 23 import com.android.camera.RecordLocationPreference;
64 // Currently, the RecordLocationPreference is the only setting

Completed in 687 milliseconds