Home
last modified time | relevance | path

Searched refs:setBearerUriSchemesSupportedList (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java97 doReturn(true).when(mTbsGatt).setBearerUriSchemesSupportedList(any()); in setUp()
171 verify(mTbsGatt).setBearerUriSchemesSupportedList(uriSchemesCaptor.capture()); in testAddBearer()
188 verify(mTbsGatt).setBearerUriSchemesSupportedList(uriSchemesCaptor.capture()); in testRemoveBearer()
DTbsGattTest.java203 Assert.assertTrue(mTbsGatt.setBearerUriSchemesSupportedList((List<String>) value)); in verifySetValue()
205 Assert.assertFalse(mTbsGatt.setBearerUriSchemesSupportedList((List<String>) value)); in verifySetValue()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java344 setBearerUriSchemesSupportedList(uriSchemes); in init()
742 public boolean setBearerUriSchemesSupportedList(List<String> bearerUriSchemesSupportedList) { in setBearerUriSchemesSupportedList() method in TbsGatt
DTbsGeneric.java1192 mTbsGatt.setBearerUriSchemesSupportedList(mUriSchemes); in updateUriSchemesSupported()