Searched refs:setBluetoothScoOn (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl103 void setBluetoothScoOn(boolean on);
H A DAudioManager.java1261 public void setBluetoothScoOn(boolean on){ method in class:AudioManager
1264 service.setBluetoothScoOn(on);
1266 Log.e(TAG, "Dead object in setBluetoothScoOn", e);
1448 * setBluetoothScoOn() methods instead.
1454 * setBluetoothScoOn() methods instead.
1460 * setBluetoothScoOn() methods instead.
1466 * setBluetoothScoOn() methods instead.
1472 * setBluetoothScoOn() methods instead.
1478 * setBluetoothScoOn() methods instead.
1484 * setBluetoothScoOn() method
[all...]
H A DAudioService.java1839 /** @see AudioManager#setBluetoothScoOn() */
1840 public void setBluetoothScoOn(boolean on){ method in class:AudioService
1841 if (!checkAudioSettingsPermission("setBluetoothScoOn()")) {

Completed in 62 milliseconds