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

/frameworks/base/media/java/android/media/
H A DAudioManager.java1325 public boolean isBluetoothScoOn() { method in class:AudioManager
1328 return service.isBluetoothScoOn();
1330 Log.e(TAG, "Dead object in isBluetoothScoOn", e);
1547 * isBluetoothScoOn(), isBluetoothA2dpOn() and isWiredHeadsetOn() methods instead.
H A DAudioService.java1976 /** @see AudioManager#isBluetoothScoOn() */
1977 public boolean isBluetoothScoOn() { method in class:AudioService

Completed in 41 milliseconds