Searched refs:mCheckbox (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DNsdEnabler.java35 private final CheckBoxPreference mCheckbox; field in class:NsdEnabler
52 mCheckbox = checkBoxPreference;
59 mCheckbox.setOnPreferenceChangeListener(this);
64 mCheckbox.setOnPreferenceChangeListener(null);
70 mCheckbox.setEnabled(false);
78 mCheckbox.setChecked(false);
79 mCheckbox.setEnabled(true);
82 mCheckbox.setChecked(true);
83 mCheckbox.setEnabled(true);
H A DOwnerInfoSettings.java41 private CheckBox mCheckbox; field in class:OwnerInfoSettings
78 mCheckbox = (CheckBox) mView.findViewById(R.id.show_owner_info_on_lockscreen_checkbox);
79 mCheckbox.setChecked(enabled);
82 mCheckbox.setText(R.string.show_profile_info_on_lockscreen_label);
84 mCheckbox.setText(R.string.show_user_info_on_lockscreen_label);
87 mCheckbox.setOnCheckedChangeListener(new OnCheckedChangeListener() {
H A DTrustedCredentialsSettings.java93 private final boolean mCheckbox; field in class:TrustedCredentialsSettings.Tab
103 mCheckbox = checkbox;
151 if (certHolder.mTab.mCheckbox) {
597 if (mTab.mCheckbox) {
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DFileItemInfoLayout.java23 private CheckBox mCheckbox; field in class:FileItemInfoLayout
41 setChecked(!mCheckbox.isChecked());
52 mCheckbox = (CheckBox) findViewById(R.id.misc_checkbox);
65 return mCheckbox.isChecked();
69 return mCheckbox;
78 mCheckbox.setChecked(checked);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpFullscreenView.java36 private CheckBox mCheckbox; field in class:MtpFullscreenView
56 mCheckbox = (CheckBox) findViewById(R.id.ingest_fullsize_image_checkbox);
57 mCheckbox.setOnCheckedChangeListener(this);
62 return mCheckbox.isChecked();
67 mCheckbox.setChecked(checked);
72 mCheckbox.toggle();

Completed in 125 milliseconds