Searched refs:COL_LATITUDE (Results 1 – 4 of 4) sorted by relevance
34 public static final int COL_LATITUDE = 9; field in VideoDataQuery
39 public static final int COL_LATITUDE = 10; field in PhotoDataQuery
68 double latitude = c.getDouble(VideoDataQuery.COL_LATITUDE); in fromCursor()
66 double latitude = c.getDouble(PhotoDataQuery.COL_LATITUDE); in fromCursor()