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

/frameworks/base/media/java/android/media/
H A DAudioManager.java1377 * call {@link #stopBluetoothSco()} to clear the request and turn down the bluetooth connection.
1400 * @see #stopBluetoothSco()
1425 * @see #stopBluetoothSco()
1447 public void stopBluetoothSco(){ method in class:AudioManager
1450 service.stopBluetoothSco(mICallBack);
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2753 /** @see AudioManager#stopBluetoothSco() */
2754 public void stopBluetoothSco(IBinder cb){ method in class:AudioService
2755 if (!checkAudioSettingsPermission("stopBluetoothSco()") ||

Completed in 28 milliseconds