Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java508 if (shouldBluetoothBeOn(isSatelliteModeOn) && currentState != STATE_ON) { in handleSatelliteModeChanged()
510 } else if (!shouldBluetoothBeOn(isSatelliteModeOn) && currentState != STATE_OFF) { in handleSatelliteModeChanged()
513 && !shouldBluetoothBeOn(isSatelliteModeOn) in handleSatelliteModeChanged()
519 private boolean shouldBluetoothBeOn(boolean isSatelliteModeOn) { in shouldBluetoothBeOn() method in BluetoothManagerService