Searched defs:isBluetoothScoOn (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioManager.java1484 public boolean isBluetoothScoOn() { method in class:AudioManager
1487 return service.isBluetoothScoOn();
1489 Log.e(TAG, "Dead object in isBluetoothScoOn", e);
1712 * isBluetoothScoOn(), isBluetoothA2dpOn() and isWiredHeadsetOn() methods instead.
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2547 /** @see AudioManager#isBluetoothScoOn() */
2548 public boolean isBluetoothScoOn() { method in class:AudioService

Completed in 233 milliseconds