Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DIAudioService.aidl420 in BluetoothDevice previousDevice, in BluetoothProfileConnectionInfo info); in handleBluetoothActiveDeviceChanged() argument
DAudioManager.java6759 @Nullable BluetoothDevice previousDevice, in handleBluetoothActiveDeviceChanged() argument
6763 service.handleBluetoothActiveDeviceChanged(newDevice, previousDevice, info); in handleBluetoothActiveDeviceChanged()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java826 @Nullable BluetoothDevice previousDevice, in BtDeviceChangedData() argument
829 mPreviousDevice = previousDevice; in BtDeviceChangedData()
DAudioService.java7928 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()