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

/frameworks/base/media/java/android/media/
H A DAudioManager.java1251 public void setBluetoothScoOn(boolean on){ method in class:AudioManager
1254 service.setBluetoothScoOn(on);
1256 Log.e(TAG, "Dead object in setBluetoothScoOn", e);
1425 * setBluetoothScoOn() methods instead.
1431 * setBluetoothScoOn() methods instead.
1437 * setBluetoothScoOn() methods instead.
1443 * setBluetoothScoOn() methods instead.
1449 * setBluetoothScoOn() methods instead.
1455 * setBluetoothScoOn() methods instead.
1461 * setBluetoothScoOn() method
[all...]
H A DAudioService.java1684 /** @see AudioManager#setBluetoothScoOn() */
1685 public void setBluetoothScoOn(boolean on){ method in class:AudioService
1686 if (!checkAudioSettingsPermission("setBluetoothScoOn()")) {

Completed in 21 milliseconds