Searched refs:getConnectableProfiles (Results 1 – 5 of 5) sorted by relevance
143 when(mCachedDevice1.getConnectableProfiles()).thenReturn(profiles); in setUp()148 when(mCachedDevice2.getConnectableProfiles()).thenReturn(profiles); in setUp()154 when(mCachedDevice3.getConnectableProfiles()).thenReturn(profiles); in setUp()245 when(mCachedDevice1.getConnectableProfiles()).thenReturn(profiles); in getPreferredMainDevice_noConnectedDeviceNoDualMode_returnFirstOneDevice()
268 .filter(cachedDevice -> cachedDevice.getConnectableProfiles().stream() in getPreferredMainDevice()270 .filter(cachedDevice -> cachedDevice.getConnectableProfiles().stream() in getPreferredMainDevice()
940 public List<LocalBluetoothProfile> getConnectableProfiles() { in getConnectableProfiles() method in CachedBluetoothDevice
628 for (LocalBluetoothProfile profile : device.getConnectableProfiles()) { in isMediaDevice()
469 when(cachedDevice.getConnectableProfiles()).thenReturn(profiles); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()