Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java889 private boolean handleBtScoActiveDeviceChange(BluetoothDevice btDevice, boolean isActive) { in handleBtScoActiveDeviceChange() method in BtHelper
938 if (!handleBtScoActiveDeviceChange(previousActiveDevice, false)) { in onSetBtScoActiveDevice()
942 if (!handleBtScoActiveDeviceChange(btDevice, true)) { in onSetBtScoActiveDevice()