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

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl105 boolean isBluetoothScoOn();
H A DAudioManager.java1276 public boolean isBluetoothScoOn() { method in class:AudioManager
1279 return service.isBluetoothScoOn();
1281 Log.e(TAG, "Dead object in isBluetoothScoOn", e);
1511 * isBluetoothScoOn(), isBluetoothA2dpOn() and isWiredHeadsetOn() methods instead.
H A DAudioService.java1852 /** @see AudioManager#isBluetoothScoOn() */
1853 public boolean isBluetoothScoOn() { method in class:AudioService
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java1323 boolean isScoOn = manager.isBluetoothScoOn();
1338 isScoOn = manager.isBluetoothScoOn();

Completed in 99 milliseconds