Searched refs:COL_ID (Results 1 – 6 of 6) sorted by relevance
25 public static final int COL_ID = 0; field in VideoDataQuery
29 public static final int COL_ID = 0; field in PhotoDataQuery
36 long id = c.getLong(VideoDataQuery.COL_ID); in fromCursor()
33 long id = c.getLong(PhotoDataQuery.COL_ID); in fromCursor()
121 final long groupId = cursor.getLong(Projections.COL_ID); in testGroupSummary()222 public static final int COL_ID = 0; field
722 static final int COL_ID = 0; field