Home
last modified time | relevance | path

Searched refs:getCoverArtUuid (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java205 String imageUuid = node.getCoverArtUuid(); in addChild()
217 indicateCoverArtUnused(node.getID(), node.getCoverArtUuid()); in removeChild()
243 synchronized String getCoverArtUuid() { in getCoverArtUuid() method in BrowseTree.BrowseNode
244 return mItem.getCoverArtUuid(); in getCoverArtUuid()
280 indicateCoverArtUnused(child.getID(), child.getCoverArtUuid()); in setCached()
DAvrcpControllerStateMachine.java300 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()
DAvrcpPlayer.java192 if (uuid.equals(mCurrentTrack.getCoverArtUuid())) { in notifyImageDownload()
DAvrcpItem.java165 public String getCoverArtUuid() { in getCoverArtUuid() method in AvrcpItem