Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncodingTest.java36 Assert.assertEquals(propId, encoding.getProprietaryEncodingId()); in testParse()
100 Assert.assertEquals(null, encoding.getProprietaryEncodingId()); in testCreateBasicEncoding()
108 Assert.assertEquals("TEST-ENCODING", encoding.getProprietaryEncodingId()); in testCreateProprietaryEncoding()
117 Assert.assertEquals("", encoding.getProprietaryEncodingId()); in testCreateProprietaryEncoding_emptyId()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncoding.java150 public String getProprietaryEncodingId() { in getProprietaryEncodingId() method in BipEncoding
185 && e.getProprietaryEncodingId() == getProprietaryEncodingId(); in equals()