Home
last modified time | relevance | path

Searched refs:getConnectableProfiles (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCsipDeviceManagerTest.java143 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()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCsipDeviceManager.java268 .filter(cachedDevice -> cachedDevice.getConnectableProfiles().stream() in getPreferredMainDevice()
270 .filter(cachedDevice -> cachedDevice.getConnectableProfiles().stream() in getPreferredMainDevice()
H A DCachedBluetoothDevice.java940 public List<LocalBluetoothProfile> getConnectableProfiles() { in getConnectableProfiles() method in CachedBluetoothDevice
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java628 for (LocalBluetoothProfile profile : device.getConnectableProfiles()) { in isMediaDevice()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DLocalMediaManagerTest.java469 when(cachedDevice.getConnectableProfiles()).thenReturn(profiles); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()