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

/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.java1952 /** @see AudioManager#setBluetoothScoOn(boolean) */
1953 public void setBluetoothScoOn(boolean on){ method in class:AudioService
1954 if (!checkAudioSettingsPermission("setBluetoothScoOn()")) {
H A DIAudioService.aidl110 void setBluetoothScoOn(boolean on);

Completed in 349 milliseconds