Home | History | Annotate | Download | only in ui

Lines Matching refs:album

75         public MediaSet album;
247 MediaSet album = mSource.getMediaSet(slotIndex);
251 entry.album = album;
252 entry.setDataVersion = getDataVersion(album);
253 entry.cacheFlag = identifyCacheFlag(album);
254 entry.cacheStatus = identifyCacheStatus(album);
255 entry.setPath = (album == null) ? null : album.getPath();
257 String title = (album == null) ? "" : Utils.ensureNotNull(album.getName());
258 int sourceType = DataSourceType.identifySourceType(album);
268 if (album != null) {
541 if (entry.album != null) {