Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java105 Assert.assertEquals(artist, item.getArtistName()); in buildAvrcpItem()
157 Assert.assertEquals(artist, item.getArtistName()); in buildAvrcpItemFromAvrcpAttributes()
217 Assert.assertEquals(artist, item.getArtistName()); in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java129 public String getArtistName() { in getArtistName() method in AvrcpItem
262 && Objects.equals(mArtistName, other.getArtistName()) in equals()