Home
last modified time | relevance | path

Searched refs:COL_LONGITUDE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataQuery.java35 public static final int COL_LONGITUDE = 10; field in VideoDataQuery
DPhotoDataQuery.java40 public static final int COL_LONGITUDE = 11; field in PhotoDataQuery
DVideoDataFactory.java69 double longitude = c.getDouble(VideoDataQuery.COL_LONGITUDE); in fromCursor()
DPhotoDataFactory.java67 double longitude = c.getDouble(PhotoDataQuery.COL_LONGITUDE); in fromCursor()