Searched refs:BtDeviceChangedData (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
D | AudioDeviceBrokerTest.java | 123 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/ |
D | AudioDeviceBroker.java | 819 /*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()
|
D | BtHelper.java | 758 AudioDeviceBroker.BtDeviceChangedData data = new AudioDeviceBroker.BtDeviceChangedData( in postBluetoothActiveDevice()
|
D | AudioService.java | 7947 AudioDeviceBroker.BtDeviceChangedData data = in handleBluetoothActiveDeviceChanged() 7948 new AudioDeviceBroker.BtDeviceChangedData(newDevice, previousDevice, info, in handleBluetoothActiveDeviceChanged() 9782 (AudioDeviceBroker.BtDeviceChangedData) msg.obj); in handleMessage()
|