Searched refs:isBluetoothScoOn (Results 1 – 2 of 2) sorted by relevance
47 private boolean isBluetoothScoOn; field in ShadowAudioManager199 protected boolean isBluetoothScoOn() { in isBluetoothScoOn() method in ShadowAudioManager200 return isBluetoothScoOn; in isBluetoothScoOn()204 protected void setBluetoothScoOn(boolean isBluetoothScoOn) { in setBluetoothScoOn() argument205 this.isBluetoothScoOn = isBluetoothScoOn; in setBluetoothScoOn()
253 assertThat(audioManager.isBluetoothScoOn()).isFalse(); in setBluetoothScoOn()255 assertThat(audioManager.isBluetoothScoOn()).isTrue(); in setBluetoothScoOn()