Searched refs:URI_ALBUMS_LOCAL (Results 1 – 1 of 1) sorted by relevance
83 private static final Uri URI_ALBUMS_LOCAL; field in ItemsProvider98 URI_ALBUMS_LOCAL = albums.buildUpon().appendPath(PickerUriResolver.LOCAL_PATH).build();243 return queryAlbums(URI_ALBUMS_LOCAL, mimeTypes, userId, cancellationSignal); in getLocalCategories()