Home
last modified time | relevance | path

Searched refs:COL_SIZE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataQuery.java33 public static final int COL_SIZE = 8; field in VideoDataQuery
DPhotoDataQuery.java38 public static final int COL_SIZE = 9; field in PhotoDataQuery
DVideoDataFactory.java67 long sizeInBytes = c.getLong(VideoDataQuery.COL_SIZE); in fromCursor()
DPhotoDataFactory.java65 long sizeInBytes = c.getLong(PhotoDataQuery.COL_SIZE); in fromCursor()