Searched refs:isBluetoothScoOn (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl111 boolean isBluetoothScoOn();
H A DAudioManager.java1550 public boolean isBluetoothScoOn() { method in class:AudioManager
1553 return service.isBluetoothScoOn();
1555 Log.e(TAG, "Dead object in isBluetoothScoOn", e);
1777 * isBluetoothScoOn(), isBluetoothA2dpOn() and isWiredHeadsetOn() methods instead.
H A DAudioService.java2365 /** @see AudioManager#isBluetoothScoOn() */
2366 public boolean isBluetoothScoOn() { method in class:AudioService
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java1335 boolean isScoOn = manager.isBluetoothScoOn();
1350 isScoOn = manager.isBluetoothScoOn();

Completed in 104 milliseconds