Lines Matching refs:enabled

67         boolean enabled = false;
311 mAlarmState.enabled = intent.getBooleanExtra("alarmSet", false);
322 mAlarmState.enabled = ! TextUtils.isEmpty(alarmText);
333 if (mAirplaneModeState.enabled) {
345 private void setAirplaneModeState(boolean enabled) {
350 enabled ? 1 : 0);
354 intent.putExtra("state", enabled);
359 public void onAirplaneModeChanged(boolean enabled) {
362 mAirplaneModeState.enabled = enabled;
363 mAirplaneModeState.iconId = (enabled ?
396 public void onWifiSignalChanged(boolean enabled, int wifiSignalIconId,
401 boolean wifiConnected = enabled && (wifiSignalIconId > 0) && (enabledDesc != null);
403 mWifiState.enabled = enabled;
434 boolean enabled, int mobileSignalIconId, String signalContentDescription,
439 mRSSIState.signalIconId = enabled && (mobileSignalIconId > 0)
442 mRSSIState.signalContentDescription = enabled && (mobileSignalIconId > 0)
445 mRSSIState.dataTypeIconId = enabled && (dataTypeIconId > 0) && !mWifiState.enabled
448 mRSSIState.dataContentDescription = enabled && (dataTypeIconId > 0) && !mWifiState.enabled
451 mRSSIState.label = enabled
464 mBluetoothState.enabled = adapter.isEnabled();
475 mBluetoothState.enabled = on;
481 mBluetoothState.enabled = bluetoothStateIn.enabled;
483 if (mBluetoothState.enabled) {
501 onBluetoothStateChange(mBluetoothState.enabled);
531 mLocationState.enabled = inUse;
545 boolean enabled = false;
547 enabled = (Settings.Secure.getInt(cr, Settings.Secure.BUGREPORT_IN_POWER_MENU) != 0);
551 mBugreportState.enabled = enabled;
561 mWifiDisplayState.enabled =
631 mImeState.enabled = (visible && needsToShowImeSwitchOngoingNotification(imm));
665 mRotationLockState.enabled = locked;