Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncodingTest.java32 boolean isAndroidSupported) { in testParse() argument
37 Assert.assertEquals(isAndroidSupported, encoding.isAndroidSupported()); in testParse()
41 boolean isAndroidSupported) { in testParseMany() argument
43 testParse(input, encodingType, encodingStr, propId, isAndroidSupported); in testParseMany()
110 Assert.assertFalse(encoding.isAndroidSupported()); in testCreateProprietaryEncoding()
119 Assert.assertFalse(encoding.isAndroidSupported()); in testCreateProprietaryEncoding_emptyId()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncoding.java161 public boolean isAndroidSupported() { in isAndroidSupported() method in BipEncoding