Searched refs:getCoverArtUuid (Results 1 – 4 of 4) sorted by relevance
205 String imageUuid = node.getCoverArtUuid(); in addChild()217 indicateCoverArtUnused(node.getID(), node.getCoverArtUuid()); in removeChild()243 synchronized String getCoverArtUuid() { in getCoverArtUuid() method in BrowseTree.BrowseNode244 return mItem.getCoverArtUuid(); in getCoverArtUuid()280 indicateCoverArtUnused(child.getID(), child.getCoverArtUuid()); in setCached()
300 String previousTrackUuid = previousTrack != null ? previousTrack.getCoverArtUuid() : null; in onBrowsingDisconnected()348 String currentTrackUuid = currentTrack != null ? currentTrack.getCoverArtUuid() : null; in removeUnusedArtwork()365 String currentTrackUuid = currentTrack != null ? currentTrack.getCoverArtUuid() : null; in removeUnusedArtworkFromBrowseTree()509 removeUnusedArtwork(previousTrack.getCoverArtUuid()); in processMessage()1042 String uuid = track.getCoverArtUuid(); in downloadImageIfNeeded()
192 if (uuid.equals(mCurrentTrack.getCoverArtUuid())) { in notifyImageDownload()
165 public String getCoverArtUuid() { in getCoverArtUuid() method in AvrcpItem