Searched refs:mFavoritesCache (Results 1 – 1 of 1) sorted by relevance
156 @Nullable private List<MediaItem> mFavoritesCache; field in BrowseTree321 mFavoritesCache = null; in setFavorites()330 if (mFavoritesCache != null) return mFavoritesCache; in getFavorites()331 mFavoritesCache = new ArrayList<>(); in getFavorites()339 mFavoritesCache.add(createChild(dbld, mediaId, fav.getName(), sel, fav.getIcon())); in getFavorites()342 return mFavoritesCache; in getFavorites()