Searched refs:MEDIA_COUNT (Results 1 – 10 of 10) sorted by relevance
130 bundle.putInt(AlbumColumns.MEDIA_COUNT, mItemCount); in toBundle()142 bundle.getInt(AlbumColumns.MEDIA_COUNT), in fromBundle()171 getCursorInt(cursor, AlbumColumns.MEDIA_COUNT), in fromCursor()
324 public static final String MEDIA_COUNT = "album_media_count"; field in CloudMediaProviderContract.AlbumColumns354 MEDIA_COUNT,
305 CloudMediaProviderContract.AlbumColumns.MEDIA_COUNT); in verifyOnQueryAlbums()
184 CloudMediaProviderContract.AlbumColumns.MEDIA_COUNT, in getAlbumCursor()300 CloudMediaProviderContract.AlbumColumns.MEDIA_COUNT))) in assertCloudAlbumCursor()
104 "COUNT(" + MediaColumns._ID + ") AS " + CloudMediaProviderContract.AlbumColumns.MEDIA_COUNT,486 long count = getCursorLong(cursor, CloudMediaProviderContract.AlbumColumns.MEDIA_COUNT);
1085 long count = getCursorLong(cursor, CloudMediaProviderContract.AlbumColumns.MEDIA_COUNT); in getMergedAlbums()1128 "COUNT(" + KEY_ID + ") AS " + CloudMediaProviderContract.AlbumColumns.MEDIA_COUNT, in getMergedAlbumProjection()
82 AlbumColumns.MEDIA_COUNT,
1195 final int numOfItemsColumnIndex = c.getColumnIndexOrThrow(AlbumColumns.MEDIA_COUNT); in assertGetCategoriesMatchSingle()1244 AlbumColumns.MEDIA_COUNT); in assertGetCategoriesMatchMultiple()
1284 int countIndex = cursor.getColumnIndex(CloudMediaProviderContract.AlbumColumns.MEDIA_COUNT); in assertAlbumColumns()
72 field public static final String MEDIA_COUNT = "album_media_count";