Searched refs:setBearerUriSchemesSupportedList (Results 1 – 4 of 4) sorted by relevance
97 doReturn(true).when(mTbsGatt).setBearerUriSchemesSupportedList(any()); in setUp()171 verify(mTbsGatt).setBearerUriSchemesSupportedList(uriSchemesCaptor.capture()); in testAddBearer()188 verify(mTbsGatt).setBearerUriSchemesSupportedList(uriSchemesCaptor.capture()); in testRemoveBearer()
203 Assert.assertTrue(mTbsGatt.setBearerUriSchemesSupportedList((List<String>) value)); in verifySetValue()205 Assert.assertFalse(mTbsGatt.setBearerUriSchemesSupportedList((List<String>) value)); in verifySetValue()
344 setBearerUriSchemesSupportedList(uriSchemes); in init()742 public boolean setBearerUriSchemesSupportedList(List<String> bearerUriSchemesSupportedList) { in setBearerUriSchemesSupportedList() method in TbsGatt
1192 mTbsGatt.setBearerUriSchemesSupportedList(mUriSchemes); in updateUriSchemesSupported()