Searched refs:COL_SIZE (Results 1 – 4 of 4) sorted by relevance
33 public static final int COL_SIZE = 8; field in VideoDataQuery
38 public static final int COL_SIZE = 9; field in PhotoDataQuery
67 long sizeInBytes = c.getLong(VideoDataQuery.COL_SIZE); in fromCursor()
65 long sizeInBytes = c.getLong(PhotoDataQuery.COL_SIZE); in fromCursor()