Home
last modified time | relevance | path

Searched refs:WBMP (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncoding.java49 public static final int WBMP = 5; field in BipEncoding
57 sEncodingNamesToIds.put("WBMP", WBMP);
67 sIdsToEncodingNames.put(WBMP, "WBMP"); in sIdsToEncodingNames.put() argument
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncodingTest.java62 testParseMany(inputs, BipEncoding.WBMP, "WBMP", null, false); in testParseWbmp()
96 BipEncoding.GIF, BipEncoding.JPEG2000, BipEncoding.WBMP}; in testCreateBasicEncoding()