Home
last modified time | relevance | path

Searched refs:QUERY_ORDER (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
DVideoItemFactory.java32 private static final String QUERY_ORDER = MediaStore.Video.VideoColumns.DATE_TAKEN field in VideoItemFactory
84 QUERY_ORDER, this); in queryAll()
DPhotoDataQuery.java26 public static final String QUERY_ORDER = MediaStore.Images.ImageColumns._ID + " DESC"; field in PhotoDataQuery
DPhotoItemFactory.java79 PhotoDataQuery.QUERY_ORDER, this); in queryAll()