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

/frameworks/base/media/java/android/media/
H A DAudioManager.java1310 public void setBluetoothScoOn(boolean on){ method in class:AudioManager
1313 service.setBluetoothScoOn(on);
1315 Log.e(TAG, "Dead object in setBluetoothScoOn", e);
1484 * setBluetoothScoOn() methods instead.
1490 * setBluetoothScoOn() methods instead.
1496 * setBluetoothScoOn() methods instead.
1502 * setBluetoothScoOn() methods instead.
1508 * setBluetoothScoOn() methods instead.
1514 * setBluetoothScoOn() methods instead.
1520 * setBluetoothScoOn() method
[all...]
H A DAudioService.java1958 /** @see AudioManager#setBluetoothScoOn(boolean) */
1959 public void setBluetoothScoOn(boolean on){ method in class:AudioService
1960 if (!checkAudioSettingsPermission("setBluetoothScoOn()")) {

Completed in 61 milliseconds