Searched refs:COL_LONGITUDE (Results 1 – 4 of 4) sorted by relevance
35 public static final int COL_LONGITUDE = 10; field in VideoDataQuery
40 public static final int COL_LONGITUDE = 11; field in PhotoDataQuery
69 double longitude = c.getDouble(VideoDataQuery.COL_LONGITUDE); in fromCursor()
67 double longitude = c.getDouble(PhotoDataQuery.COL_LONGITUDE); in fromCursor()