Searched refs:getConnectableProfiles (Results 1 – 5 of 5) sorted by relevance
198 List<LocalBluetoothProfile> result = mCachedDevice.getConnectableProfiles(); in getProfiles()
554 for (LocalBluetoothProfile profile : device.getConnectableProfiles()) { in isA2dpOrHearingAidDevice()
580 when(cachedDevice.getConnectableProfiles()).thenReturn(profiles); in onDeviceListAdded_haveDisconnectedDevice_addDisconnectedDevice()680 when(cachedDevice.getConnectableProfiles()).thenReturn(profiles); in onDeviceListAdded_haveDisconnectedDevice_list5DisconnectedDevice()
80 when(mCachedDevice.getConnectableProfiles()).thenAnswer(invocation -> in setUp()
761 public List<LocalBluetoothProfile> getConnectableProfiles() { in getConnectableProfiles() method in CachedBluetoothDevice