Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java563 BluetoothDevice newActiveDevice = null; in setActiveDevice() local
577 newActiveDevice = mActiveDevice; in setActiveDevice()
584 .getRememberedVolumeForDevice(newActiveDevice); in setActiveDevice()
587 newActiveDevice, BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP, in setActiveDevice()
592 mAudioManager.handleBluetoothA2dpDeviceConfigChange(newActiveDevice); in setActiveDevice()