Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImagePropertiesTest.java60 BipImageProperties properties = new BipImageProperties(stream); in testParseProperties()
72 BipImageProperties.Builder builder = new BipImageProperties.Builder(); in testCreateProperties()
95 BipImageProperties properties = builder.build(); in testCreateProperties()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageProperties.java56 public class BipImageProperties { class
64 private BipImageProperties mProperties = new BipImageProperties();
125 public BipImageProperties build() { in build()
152 private BipImageProperties() { in BipImageProperties() method in BipImageProperties
159 public BipImageProperties(InputStream inputStream) { in BipImageProperties() method in BipImageProperties
DRequestGetImageProperties.java35 private BipImageProperties mImageProperties = null;
61 mImageProperties = new BipImageProperties(stream); in readResponse()
84 public BipImageProperties getImageProperties() { in getImageProperties()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpBipClient.java109 BipImageProperties properties); in onGetImagePropertiesComplete()
378 BipImageProperties properties = in notifyCaller()
DAvrcpCoverArtManager.java352 private BipImageDescriptor determineImageDescriptor(BipImageProperties properties) { in determineImageDescriptor()
401 BipImageProperties properties) { in onGetImagePropertiesComplete()