Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DRequestGetImageProperties.java87 public BipImageProperties getImageProperties() { in getImageProperties() method in RequestGetImageProperties
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpBipClient.java200 public boolean getImageProperties(String imageHandle) { in getImageProperties() method in AvrcpBipClient
373 ((RequestGetImageProperties) request).getImageProperties(); in notifyCaller()
DAvrcpCoverArtManager.java318 boolean status = client.getImageProperties(imageHandle); in downloadImage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/helpers/
DCoverArt.java152 public BipImageProperties getImageProperties() { in getImageProperties() method in CoverArt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DCoverArtTest.java213 BipImageProperties properties = artwork.getImageProperties(); in testGetImageProperties()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpBipObexServer.java243 BipImageProperties properties = image.getImageProperties(); in handleGetImageProperties()