Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java83 private String mCoverArtHandle; field in AvrcpItem
160 return mCoverArtHandle; in getCoverArtHandle()
290 && Objects.equals(mCoverArtHandle, other.getCoverArtHandle()) in equals()
360 mAvrcpItem.mCoverArtHandle = parseImageHandle(attrMap[i]); in fromAvrcpAttributeArray()
543 mAvrcpItem.mCoverArtHandle = parseImageHandle(coverArtHandle); in setCoverArtHandle()