Searched refs:COL_DATA (Results 1 – 4 of 4) sorted by relevance
30 public static final int COL_DATA = 5; field in VideoDataQuery
34 public static final int COL_DATA = 5; field in PhotoDataQuery
44 String filePath = c.getString(VideoDataQuery.COL_DATA); in fromCursor()
41 String filePath = c.getString(PhotoDataQuery.COL_DATA); in fromCursor()