Home
last modified time | relevance | path

Searched defs:isBluetoothScoOn (Results 1 – 1 of 1) 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
204 protected void setBluetoothScoOn(boolean isBluetoothScoOn) { in setBluetoothScoOn()