Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java84 private String mCoverArtHandle; field in AvrcpItem
162 return mCoverArtHandle; in getCoverArtHandle()
268 && Objects.equals(mCoverArtHandle, other.getCoverArtHandle()) in equals()
341 mAvrcpItem.mCoverArtHandle = attrMap[i]; in fromAvrcpAttributeArray()
524 mAvrcpItem.mCoverArtHandle = coverArtHandle; in setCoverArtHandle()