Lines Matching refs:enabled

68         boolean enabled = false;
116 mView.setVisibility(state.enabled ? View.VISIBLE : View.GONE);
388 mAlarmState.enabled = intent.getBooleanExtra("alarmSet", false);
399 mAlarmState.enabled = ! TextUtils.isEmpty(alarmText);
410 if (mAirplaneModeState.enabled) {
422 private void setAirplaneModeState(boolean enabled) {
427 enabled ? 1 : 0);
431 intent.putExtra("state", enabled);
436 public void onAirplaneModeChanged(boolean enabled) {
439 mAirplaneModeState.enabled = enabled;
440 mAirplaneModeState.iconId = (enabled ?
473 public void onWifiSignalChanged(boolean enabled, int wifiSignalIconId,
479 boolean wifiConnected = enabled && (wifiSignalIconId > 0) && (enabledDesc != null);
481 mWifiState.enabled = enabled;
483 mWifiState.activityIn = enabled && activityIn;
484 mWifiState.activityOut = enabled && activityOut;
514 boolean enabled, int mobileSignalIconId, String signalContentDescription,
520 mRSSIState.signalIconId = enabled && (mobileSignalIconId > 0)
523 mRSSIState.signalContentDescription = enabled && (mobileSignalIconId > 0)
526 mRSSIState.dataTypeIconId = enabled && (dataTypeIconId > 0) && !mWifiState.enabled
529 mRSSIState.activityIn = enabled && activityIn;
530 mRSSIState.activityOut = enabled && activityOut;
531 mRSSIState.dataContentDescription = enabled && (dataTypeIconId > 0) && !mWifiState.enabled
534 mRSSIState.label = enabled
555 mBluetoothState.enabled = adapter.isEnabled();
566 mBluetoothState.enabled = on;
572 mBluetoothState.enabled = bluetoothStateIn.enabled;
574 if (mBluetoothState.enabled) {
592 onBluetoothStateChange(mBluetoothState.enabled);
622 onLocationSettingsChanged(mLocationState.enabled);
633 mLocationState.enabled = locationEnabled;
648 boolean enabled = false;
650 enabled = (Settings.Global.getInt(cr, Settings.Global.BUGREPORT_IN_POWER_MENU) != 0);
654 mBugreportState.enabled = enabled && mUserTracker.isCurrentUserOwner();
687 boolean enabled = connectedRoute != null
690 if (enabled) {
695 enabled = mMediaRouter.isRouteAvailable(MediaRouter.ROUTE_TYPE_REMOTE_DISPLAY,
699 mRemoteDisplayState.enabled = enabled;
768 mImeState.enabled = (visible && needsToShowImeSwitchOngoingNotification(imm));
810 mRotationLockState.enabled = rotationLocked;
859 mSslCaCertWarningState.enabled = hasCert;