Searched refs:shouldBluetoothBeOn (Results 1 – 1 of 1) sorted by relevance
508 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