Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataQuery.java26 public static final int COL_TITLE = 1; field in VideoDataQuery
DPhotoDataQuery.java30 public static final int COL_TITLE = 1; field in PhotoDataQuery
DVideoDataFactory.java37 String title = c.getString(VideoDataQuery.COL_TITLE); in fromCursor()
DPhotoDataFactory.java34 String title = c.getString(PhotoDataQuery.COL_TITLE); in fromCursor()