Searched refs:COL_ID (Results 1 – 7 of 7) sorted by relevance
96 private static final String COL_ID = "id"; field in ContentProviderClockProvider.ClocksFetchTask125 String id = c.getString(c.getColumnIndex(COL_ID)); in doInBackground()
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
805 static final int COL_ID = 0; field