Searched refs:mShowPassword (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DSecuritySettings.java95 private CheckBoxPreference mShowPassword; field in class:SecuritySettings
241 mShowPassword = (CheckBoxPreference) root.findPreference(KEY_SHOW_PASSWORD);
462 if (mShowPassword != null) {
463 mShowPassword.setChecked(Settings.System.getInt(getContentResolver(),
517 } else if (preference == mShowPassword) {
519 mShowPassword.isChecked() ? 1 : 0);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigController.java81 private CheckBox mShowPassword; field in class:WifiConfigController
561 mShowPassword = (CheckBox) mView.findViewById(R.id.show_password);
562 mShowPassword.setOnClickListener(this);
563 mShowPassword.setOnCheckedChangeListener(new OnCheckedChangeListener() {

Completed in 216 milliseconds