Searched refs:mCheckBox (Results 1 – 4 of 4) sorted by relevance
44 private final CheckBoxPreference mCheckBox; field in WifiApEnabler77 mCheckBox = checkBox; in WifiApEnabler()104 mCheckBox.setEnabled(true); in enableWifiCheckBox()106 mCheckBox.setSummary(mOriginalSummary); in enableWifiCheckBox()107 mCheckBox.setEnabled(false); in enableWifiCheckBox()125 mCheckBox.setEnabled(false); in setSoftapEnabled()127 mCheckBox.setSummary(R.string.wifi_error); in setSoftapEnabled()150 mCheckBox.setSummary(String.format( in updateConfigSummary()176 mCheckBox.setSummary(R.string.wifi_error); in updateTetherState()183 mCheckBox.setSummary(R.string.wifi_starting); in handleWifiApStateChanged()[all …]
37 private CheckBox mCheckBox; field in DownloadItem68 mCheckBox = (CheckBox) findViewById(R.id.download_checkbox); in onFinishInflate()120 return mCheckBox.isChecked(); in isChecked()125 mCheckBox.setChecked(checked); in setChecked()126 mDownloadList.onDownloadSelectionChanged(mDownloadId, mCheckBox.isChecked(), in setChecked()128 mDownloadList.getCurrentView().setItemChecked(mPosition, mCheckBox.isChecked()); in setChecked()137 return this.mCheckBox; in getCheckBox()
42 private CheckBox mCheckBox; field in BrightnessPreference110 mCheckBox = (CheckBox)view.findViewById(R.id.automatic_mode); in onBindDialogView()112 mCheckBox.setOnCheckedChangeListener(this); in onBindDialogView()115 mCheckBox.setChecked(mAutomaticMode); in onBindDialogView()181 mCheckBox.setChecked(checked); in onBrightnessModeChanged()266 myState.automatic = mCheckBox.isChecked(); in onSaveInstanceState()
199 holder.mCheckBox = (CheckBox) view.findViewById(R.id.trusted_credential_status); in getView()208 holder.mCheckBox.setChecked(!certHolder.mDeleted); in getView()209 holder.mCheckBox.setVisibility(View.VISIBLE); in getView()333 private CheckBox mCheckBox; field in TrustedCredentialsSettings.ViewHolder