Searched refs:COL_DURATION (Results 1 – 2 of 2) sorted by relevance
36 public static final int COL_DURATION = 11; field in VideoDataQuery
70 long videoDurationMillis = c.getLong(VideoDataQuery.COL_DURATION); in fromCursor()