Searched refs:COL_WIDTH (Results 1 – 4 of 4) sorted by relevance
31 public static final int COL_WIDTH = 6; field in VideoDataQuery
36 public static final int COL_WIDTH = 7; field in PhotoDataQuery
45 int width = c.getInt(VideoDataQuery.COL_WIDTH); in fromCursor()
43 int width = c.getInt(PhotoDataQuery.COL_WIDTH); in fromCursor()