Searched refs:isBluetoothScoOn (Results 1 – 5 of 5) 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()
201 + "BT SCO: " + audioManager.isBluetoothScoOn()); in logAudioStateBasic()
214 + "BT SCO: " + audioManager.isBluetoothScoOn()); in logAudioStateBasic()
502 return audioManager.isBluetoothScoOn(); in isScoOn()