Searched refs:COL_TITLE (Results 1 – 4 of 4) sorted by relevance
26 public static final int COL_TITLE = 1; field in VideoDataQuery
30 public static final int COL_TITLE = 1; field in PhotoDataQuery
37 String title = c.getString(VideoDataQuery.COL_TITLE); in fromCursor()
34 String title = c.getString(PhotoDataQuery.COL_TITLE); in fromCursor()