Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DObscureSpeechDelegate.java95 if (mAudioManager.isWiredHeadsetOn() || mAudioManager.isBluetoothA2dpOn()) { in shouldObscureSpeech()
/frameworks/base/media/java/android/media/
DIAudioService.aidl112 boolean isBluetoothA2dpOn(); in isBluetoothA2dpOn() method
DMediaRouter.java217 final boolean a2dpEnabled = isBluetoothA2dpOn(); in updateAudioRoutes()
228 boolean isBluetoothA2dpOn() { in isBluetoothA2dpOn() method in MediaRouter.Static
230 return mAudioService.isBluetoothA2dpOn(); in isBluetoothA2dpOn()
962 && sStatic.mBluetoothA2dpRoute != null && sStatic.isBluetoothA2dpOn()) { in selectDefaultRouteStatic()
1292 dispatchRouteVolumeChanged(sStatic.mAudioService.isBluetoothA2dpOn() ? in systemVolumeChanged()
DAudioManager.java1508 public boolean isBluetoothA2dpOn() { in isBluetoothA2dpOn() method in AudioManager
/frameworks/base/docs/html/training/managing-audio/
Daudio-output.jd45 if (isBluetoothA2dpOn()) {
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java1452 (mAudioManager.isWiredHeadsetOn() || mAudioManager.isBluetoothA2dpOn())
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java989 if (speakPassword || mAudioManager.isBluetoothA2dpOn() in sendAccessibilityEventForUnicodeCharacter()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2564 public boolean isBluetoothA2dpOn() { in isBluetoothA2dpOn() method in AudioService
/frameworks/base/api/
Dcurrent.txt14839 method public boolean isBluetoothA2dpOn();
Dsystem-current.txt16093 method public boolean isBluetoothA2dpOn();