Searched refs:getCoverArtUuid (Results 1 – 4 of 4) sorted by relevance
237 String imageUuid = node.getCoverArtUuid(); in addChild()249 indicateCoverArtUnused(node.getID(), node.getCoverArtUuid()); in removeChild()275 synchronized String getCoverArtUuid() { in getCoverArtUuid() method in BrowseTree.BrowseNode276 return mItem.getCoverArtUuid(); in getCoverArtUuid()312 indicateCoverArtUnused(child.getID(), child.getCoverArtUuid()); in setCached()
307 String previousTrackUuid = previousTrack != null ? previousTrack.getCoverArtUuid() : null; in onBrowsingDisconnected()355 String currentTrackUuid = currentTrack != null ? currentTrack.getCoverArtUuid() : null; in removeUnusedArtwork()372 String currentTrackUuid = currentTrack != null ? currentTrack.getCoverArtUuid() : null; in removeUnusedArtworkFromBrowseTree()591 removeUnusedArtwork(previousTrack.getCoverArtUuid()); in processMessage()954 if (track != null && track.getCoverArtUuid() != null) { in processMessage()955 coverArtUuids.add(track.getCoverArtUuid()); in processMessage()1238 String uuid = track.getCoverArtUuid(); in downloadImageIfNeeded()
191 if (uuid.equals(mCurrentTrack.getCoverArtUuid())) { in notifyImageDownload()
163 public String getCoverArtUuid() { in getCoverArtUuid() method in AvrcpItem