Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormatTest.java148 BipImageFormat format = BipImageFormat.createNative( in testCreateNative_requiredOnly()
162 BipImageFormat format = BipImageFormat.createNative( in testCreateNative_withSize()
267 BipImageFormat format = BipImageFormat.createNative(null, BipPixel.createFixed(1280, 1024), in testCreateFormat_noEncoding()
273 BipImageFormat format = BipImageFormat.createNative(new BipEncoding(BipEncoding.JPEG, null), in testCreateFormat_noPixel()
DBipImagePropertiesTest.java74 builder.addNativeFormat(BipImageFormat.createNative(new BipEncoding(BipEncoding.JPEG, null), in testCreateProperties()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormat.java63 public static BipImageFormat createNative(BipEncoding encoding, BipPixel pixel, int size) { in createNative() method in BipImageFormat