Home
last modified time | relevance | path

Searched refs:COUNT_PROJECTION (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DLocalPhotoSource.java52 private static final String[] COUNT_PROJECTION = {"count(*)"}; field in LocalPhotoSource
123 CONTENT_URI, COUNT_PROJECTION, SELECTION, null, null); in getPhotoCount()
143 CONTENT_URI, COUNT_PROJECTION, in isContentSound()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalAlbum.java41 private static final String[] COUNT_PROJECTION = { "count(*)" }; field in LocalAlbum
223 mBaseUri, COUNT_PROJECTION, mWhereClause, in getMediaItemCount()