Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageProperties.java99 public Builder addNativeFormat(BipImageFormat format) { in addNativeFormat() method in BipImageProperties.Builder
100 mProperties.addNativeFormat(format); in addNativeFormat()
181 addNativeFormat(BipImageFormat.parseNative(encoding, pixel, size)); in parse()
241 private void addNativeFormat(BipImageFormat format) { in addNativeFormat() method in BipImageProperties
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/helpers/
DCoverArt.java181 builder.addNativeFormat(jpgNativeFormat); in getImageProperties()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImagePropertiesTest.java418 builder.addNativeFormat( in testCreateProperties()