Home
last modified time | relevance | path

Searched refs:connectableProfiles (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemActionInteractorTest.kt211 whenever(cachedBluetoothDevice.connectableProfiles) in testOnClick_inAudioSharing_clickedDeviceHasSource_shouldNotLaunchSettings()
246 whenever(cachedBluetoothDevice.connectableProfiles) in testOnClick_inAudioSharing_clickedDeviceNoSource_shouldLaunchSettings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemActionInteractor.kt300 cachedBluetoothDevice.connectableProfiles.any { in <lambda>()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java1034 List<LocalBluetoothProfile> connectableProfiles = in getConnectableProfiles() local
1039 connectableProfiles.add(profile); in getConnectableProfiles()
1043 return connectableProfiles; in getConnectableProfiles()