Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DAudioDeviceBrokerTest.java123 new AudioDeviceBroker.BtDeviceChangedData(mFakeBtDevice, null, in testPostA2dpDeviceConnectionChange()
374 new AudioDeviceBroker.BtDeviceChangedData(mFakeBtDevice, null, in doTestConnectionDisconnectionReconnection()
380 new AudioDeviceBroker.BtDeviceChangedData(null, mFakeBtDevice, in doTestConnectionDisconnectionReconnection()
388 new AudioDeviceBroker.BtDeviceChangedData(mFakeBtDevice, null, in doTestConnectionDisconnectionReconnection()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java819 /*package*/ static final class BtDeviceChangedData { class in AudioDeviceBroker
825 BtDeviceChangedData(@Nullable BluetoothDevice newDevice, in BtDeviceChangedData() method in AudioDeviceBroker.BtDeviceChangedData
853 BtDeviceInfo(@NonNull BtDeviceChangedData d, @NonNull BluetoothDevice device, int state, in BtDeviceInfo()
941 BtDeviceInfo createBtDeviceInfo(@NonNull BtDeviceChangedData d, @NonNull BluetoothDevice device, in createBtDeviceInfo()
976 @NonNull BtDeviceChangedData data) { in btMediaMetricRecord()
991 /*package*/ void queueOnBluetoothActiveDeviceChanged(@NonNull BtDeviceChangedData data) { in queueOnBluetoothActiveDeviceChanged()
DBtHelper.java758 AudioDeviceBroker.BtDeviceChangedData data = new AudioDeviceBroker.BtDeviceChangedData( in postBluetoothActiveDevice()
DAudioService.java7947 AudioDeviceBroker.BtDeviceChangedData data = in handleBluetoothActiveDeviceChanged()
7948 new AudioDeviceBroker.BtDeviceChangedData(newDevice, previousDevice, info, in handleBluetoothActiveDeviceChanged()
9782 (AudioDeviceBroker.BtDeviceChangedData) msg.obj); in handleMessage()