Searched refs:URI_ALBUMS_ALL (Results 1 – 1 of 1) sorted by relevance
82 private static final Uri URI_ALBUMS_ALL; field in ItemsProvider97 URI_ALBUMS_ALL = albums.buildUpon().appendPath(PickerUriResolver.ALL_PATH).build();220 return queryAlbums(URI_ALBUMS_ALL, mimeTypes, userId, cancellationSignal); in getAllCategories()