Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java155 /*package*/ static final int EVENT_DEVICE_CONFIG_CHANGE = 0; field in BtHelper
159 case EVENT_DEVICE_CONFIG_CHANGE: return "DEVICE_CONFIG_CHANGE"; in deviceEventToString()
H A DAudioDeviceBroker.java1809 btInfo, codec, BtHelper.EVENT_DEVICE_CONFIG_CHANGE); in handleMessage()
H A DAudioDeviceInventory.java666 if (event == BtHelper.EVENT_DEVICE_CONFIG_CHANGE) { in onBluetoothDeviceConfigChange()