Home
last modified time | relevance | path

Searched refs:isBluetoothScoOn (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAudioManager.java47 private boolean isBluetoothScoOn; field in ShadowAudioManager
199 protected boolean isBluetoothScoOn() { in isBluetoothScoOn() method in ShadowAudioManager
200 return isBluetoothScoOn; in isBluetoothScoOn()
204 protected void setBluetoothScoOn(boolean isBluetoothScoOn) { in setBluetoothScoOn() argument
205 this.isBluetoothScoOn = isBluetoothScoOn; in setBluetoothScoOn()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAudioManagerTest.java253 assertThat(audioManager.isBluetoothScoOn()).isFalse(); in setBluetoothScoOn()
255 assertThat(audioManager.isBluetoothScoOn()).isTrue(); in setBluetoothScoOn()