Searched defs:LONGITUDE (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java44 static final String LONGITUDE = "Longitude"; field in class:TrackerEntry
58 ID_COL, TIMESTAMP, TAG, ENTRY_TYPE, ACCURACY, LATITUDE, LONGITUDE,
176 cValues.put(LONGITUDE, mLocation.getLongitude());
219 .getColumnIndexOrThrow(LONGITUDE)));
/frameworks/base/core/java/android/provider/
H A DMediaStore.java728 public static final String LONGITUDE = "longitude"; field in interface:MediaStore.Images.ImageColumns
1912 public static final String LONGITUDE = "longitude"; field in interface:MediaStore.Video.VideoColumns

Completed in 10 milliseconds