Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
H A 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()
H A DBipImagePropertiesTest.java404 BipImageFormat.createVariant( in testCreateProperties()
408 BipImageFormat.createVariant( in testCreateProperties()
412 BipImageFormat.createVariant( in testCreateProperties()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipImageFormat.java70 public static BipImageFormat createVariant(BipEncoding encoding, BipPixel pixel, int maxSize, in createVariant() method in BipImageFormat