Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataQuery.java34 public static final int COL_LATITUDE = 9; field in VideoDataQuery
DPhotoDataQuery.java39 public static final int COL_LATITUDE = 10; field in PhotoDataQuery
DVideoDataFactory.java68 double latitude = c.getDouble(VideoDataQuery.COL_LATITUDE); in fromCursor()
DPhotoDataFactory.java66 double latitude = c.getDouble(PhotoDataQuery.COL_LATITUDE); in fromCursor()