Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java626 private boolean handleBtScoActiveDeviceChange(BluetoothDevice btDevice, boolean isActive) { in handleBtScoActiveDeviceChange() method in BtHelper
668 if (!handleBtScoActiveDeviceChange(previousActiveDevice, false)) { in onSetBtScoActiveDevice()
672 if (!handleBtScoActiveDeviceChange(btDevice, true)) { in onSetBtScoActiveDevice()