HomeSort by relevance Sort by last modified time
    Searched defs:isBluetoothScoOn (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAudioManager.java 47 private boolean isBluetoothScoOn;
199 protected boolean isBluetoothScoOn() {
200 return isBluetoothScoOn;
204 protected void setBluetoothScoOn(boolean isBluetoothScoOn) {
205 this.isBluetoothScoOn = isBluetoothScoOn;
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 368 assertTrue(mAudioManager.isBluetoothScoOn());
375 assertFalse(mAudioManager.isBluetoothScoOn());
    [all...]

Completed in 70 milliseconds