Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java274 if (PbapProfile != null && isConnectedProfile(PbapProfile)) in disconnect()
480 if (a2dpProfile != null && isConnectedProfile(a2dpProfile)) { in setActive()
487 if ((headsetProfile != null) && isConnectedProfile(headsetProfile)) { in setActive()
494 if ((hearingAidProfile != null) && isConnectedProfile(hearingAidProfile)) { in setActive()
641 public boolean isConnectedProfile(LocalBluetoothProfile profile) { in isConnectedProfile() method in CachedBluetoothDevice
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java227 when(device.isConnectedProfile(profile)).thenReturn(true); in testOnActiveDeviceChanged_updatesAudioActive()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java304 boolean isConnected = device.isConnectedProfile(profile); in updateAudioProfile()