Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImagePropertiesTest.java78 BipImageFormat.createVariant( in testCreateProperties()
82 BipImageFormat.createVariant( in testCreateProperties()
86 BipImageFormat.createVariant( in testCreateProperties()
DBipImageFormatTest.java176 BipImageFormat format = BipImageFormat.createVariant( in testCreateVariant_requiredOnly()
193 BipImageFormat format = BipImageFormat.createVariant( in testCreateVariant_withTransformations()
207 BipImageFormat format = BipImageFormat.createVariant( in testCreateVariant_withMaxsize()
224 BipImageFormat format = BipImageFormat.createVariant( in testCreateVariant_allFields()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormat.java70 public static BipImageFormat createVariant(BipEncoding encoding, BipPixel pixel, int maxSize, in createVariant() method in BipImageFormat