Searched refs:previousDevice (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 420 in BluetoothDevice previousDevice, in BluetoothProfileConnectionInfo info); in handleBluetoothActiveDeviceChanged() argument
|
D | AudioManager.java | 6759 @Nullable BluetoothDevice previousDevice, in handleBluetoothActiveDeviceChanged() argument 6763 service.handleBluetoothActiveDeviceChanged(newDevice, previousDevice, info); in handleBluetoothActiveDeviceChanged()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceBroker.java | 826 @Nullable BluetoothDevice previousDevice, in BtDeviceChangedData() argument 829 mPreviousDevice = previousDevice; in BtDeviceChangedData()
|
D | AudioService.java | 7928 BluetoothDevice previousDevice, @NonNull BluetoothProfileConnectionInfo info) { in handleBluetoothActiveDeviceChanged() argument 7932 + " device " + previousDevice + " -> " + newDevice); in handleBluetoothActiveDeviceChanged() 7941 + previousDevice + " -> " + newDevice + ". Got: " + profile); in handleBluetoothActiveDeviceChanged() 7945 + BluetoothProfile.getProfileName(profile) + ", device update " + previousDevice in handleBluetoothActiveDeviceChanged() 7948 new AudioDeviceBroker.BtDeviceChangedData(newDevice, previousDevice, info, in handleBluetoothActiveDeviceChanged()
|