Searched defs:startBluetoothSco (Results 1 - 2 of 2) sorted by path

/frameworks/base/media/java/android/media/
H A DAudioManager.java1351 * @see #startBluetoothSco()
1373 * @see #startBluetoothSco()
1422 * @see #startBluetoothSco()
1440 * audio state before calling startBluetoothSco() by reading the intent returned by the receiver
1442 * intent after calling startBluetoothSco(). It is however useful to call startBluetoothSco()
1474 public void startBluetoothSco(){ method in class:AudioManager
1477 service.startBluetoothSco(mICallBack, mContext.getApplicationInfo().targetSdkVersion);
1479 Log.e(TAG, "Dead object in startBluetoothSco", e);
1488 * <p>Similar to {@link #startBluetoothSco()} wit
[all...]
H A DAudioService.java2388 /** @see AudioManager#startBluetoothSco() */
2389 public void startBluetoothSco(IBinder cb, int targetSdkVersion) { method in class:AudioService
2402 if (!checkAudioSettingsPermission("startBluetoothSco()") ||

Completed in 140 milliseconds