HomeSort by relevance Sort by last modified time
    Searched refs:mShowPassword (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 95 private CheckBoxPreference mShowPassword;
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/
WifiConfigController.java 81 private CheckBox mShowPassword;
561 mShowPassword = (CheckBox) mView.findViewById(R.id.show_password);
562 mShowPassword.setOnClickListener(this);
563 mShowPassword.setOnCheckedChangeListener(new OnCheckedChangeListener() {
    [all...]

Completed in 82 milliseconds