Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/clock/
DContentProviderClockProvider.java95 private static final String COL_TITLE = "title"; field in ContentProviderClockProvider.ClocksFetchTask
126 String title = c.getString(c.getColumnIndex(COL_TITLE)); in doInBackground()
/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()