Searched refs:COL_TITLE (Results 1 – 5 of 5) sorted by relevance
78 private static final String COL_TITLE = "title"; field in ContentProviderClockProvider.ClocksFetchTask109 String title = c.getString(c.getColumnIndex(COL_TITLE)); in doInBackground()
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()