Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaRouter.java103 boolean mIsBluetoothA2dpOn; field in MediaRouter.Static
124 mIsBluetoothA2dpOn = mAudioService.isBluetoothA2dpOn();
190 mIsBluetoothA2dpOn = mAudioService.isBluetoothA2dpOn(); in startMonitoringRoutes()
300 return mBluetoothA2dpRoute != null && mIsBluetoothA2dpOn; in isBluetoothA2dpOn()
1467 dispatchRouteVolumeChanged(sStatic.mIsBluetoothA2dpOn in systemVolumeChanged()