Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncodingTest.java34 boolean isAndroidSupported) { in testParse() argument
39 Assert.assertEquals(isAndroidSupported, encoding.isAndroidSupported()); in testParse()
47 boolean isAndroidSupported) { in testParseMany() argument
49 testParse(input, encodingType, encodingStr, propId, isAndroidSupported); in testParseMany()
123 Assert.assertFalse(encoding.isAndroidSupported()); in testCreateProprietaryEncoding()
132 Assert.assertFalse(encoding.isAndroidSupported()); in testCreateProprietaryEncoding_emptyId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncoding.java154 public boolean isAndroidSupported() { in isAndroidSupported() method in BipEncoding