Searched refs:isBluetoothAudioOn (Results 1 – 4 of 4) sorted by relevance
76 assertFalse(mAdapter.isBluetoothAudioOn()); in testIsBluetoothAudioOn()79 assertTrue(mAdapter.isBluetoothAudioOn()); in testIsBluetoothAudioOn()
47 public boolean isBluetoothAudioOn() { in isBluetoothAudioOn() method in CallAudioRoutePeripheralAdapter
368 if (mCallAudioRoutePeripheralAdapter.isBluetoothAudioOn()) { in run()
325 stream = isBluetoothAudioOn() ? AudioSystem.STREAM_BLUETOOTH_SCO : in run()413 private boolean isBluetoothAudioOn() { in isBluetoothAudioOn() method in CallNotifier