Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java182 Uri coverArtUri = getCoverArtLocation(); in toMediaMetadata() local
183 String uriString = coverArtUri != null ? coverArtUri.toString() : null; in toMediaMetadata()