Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java161 public String getCoverArtHandle() { in getCoverArtHandle() method in AvrcpItem
240 + mBrowsable + ", mCoverArtHandle=" + getCoverArtHandle() in toString()
268 && Objects.equals(mCoverArtHandle, other.getCoverArtHandle()) in equals()
DAvrcpControllerService.java427 String handle = item.getCoverArtHandle(); in onTrackChanged()
543 String handle = item.getCoverArtHandle(); in handleGetFolderItemsRsp()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java109 Assert.assertEquals(artHandle, item.getCoverArtHandle()); in buildAvrcpItem()
161 Assert.assertEquals(artHandle, item.getCoverArtHandle()); in buildAvrcpItemFromAvrcpAttributes()
221 Assert.assertEquals(artHandle, item.getCoverArtHandle()); in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored()