Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageProperties.java110 public Builder addVariantFormat(BipImageFormat format) { in addVariantFormat() method in BipImageProperties.Builder
111 mProperties.addVariantFormat(format); in addVariantFormat()
187 addVariantFormat( in parse()
258 private void addVariantFormat(BipImageFormat format) { in addVariantFormat() method in BipImageProperties
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImagePropertiesTest.java424 builder.addVariantFormat( in testCreateProperties()
430 builder.addVariantFormat( in testCreateProperties()
436 builder.addVariantFormat( in testCreateProperties()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/helpers/
DCoverArt.java182 builder.addVariantFormat(pngVariantFormat); in getImageProperties()