Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java355 String currentTrackUuid = currentTrack != null ? currentTrack.getCoverArtUuid() : null; in removeUnusedArtwork() local
357 if (!previousTrackUuid.equals(currentTrackUuid) in removeUnusedArtwork()
372 String currentTrackUuid = currentTrack != null ? currentTrack.getCoverArtUuid() : null; in removeUnusedArtworkFromBrowseTree() local
375 if (!uuid.equals(currentTrackUuid)) { in removeUnusedArtworkFromBrowseTree()