Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java237 String imageUuid = node.getCoverArtUuid(); in addChild()
249 indicateCoverArtUnused(node.getID(), node.getCoverArtUuid()); in removeChild()
275 synchronized String getCoverArtUuid() { in getCoverArtUuid() method in BrowseTree.BrowseNode
276 return mItem.getCoverArtUuid(); in getCoverArtUuid()
312 indicateCoverArtUnused(child.getID(), child.getCoverArtUuid()); in setCached()
DAvrcpControllerStateMachine.java307 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()
DAvrcpPlayer.java191 if (uuid.equals(mCurrentTrack.getCoverArtUuid())) { in notifyImageDownload()
DAvrcpItem.java163 public String getCoverArtUuid() { in getCoverArtUuid() method in AvrcpItem