Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncoding.java44 public static final int WBMP = 5; field in BipEncoding
53 sEncodingNamesToIds.put("WBMP", WBMP);
64 sIdsToEncodingNames.put(WBMP, "WBMP"); in sIdsToEncodingNames.put() argument
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncodingTest.java68 testParseMany(inputs, BipEncoding.WBMP, "WBMP", null, false); in testParseWbmp()
108 BipEncoding.WBMP in testCreateBasicEncoding()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpBipObexServerTest.java367 makeDescriptor(BipEncoding.WBMP /* No Android support, won't work */, 200, 200)); in testGetImageWithValidHandleAndInvalidDescriptor()