Searched refs:mPasswordView (Results 1 – 3 of 3) sorted by relevance
113 private TextView mPasswordView; field in WifiConfigController348 if (mPasswordView != null && in enableSubmitIfAppropriate()349 ((mAccessPointSecurity == AccessPoint.SECURITY_WEP && mPasswordView.length() == 0) || in enableSubmitIfAppropriate()350 (mAccessPointSecurity == AccessPoint.SECURITY_PSK && mPasswordView.length() < 8))) { in enableSubmitIfAppropriate()396 if (mPasswordView.length() != 0) { in getConfig()397 int length = mPasswordView.length(); in getConfig()398 String password = mPasswordView.getText().toString(); in getConfig()411 if (mPasswordView.length() != 0) { in getConfig()412 String password = mPasswordView.getText().toString(); in getConfig()463 if (mPasswordView.isShown()) { in getConfig()[all …]
68 private TextView mPasswordView; field in WriteWifiConfigToNfcDialog102 mPasswordView = (TextView) mView.findViewById(R.id.password); in onCreate()104 mPasswordView.addTextChangedListener(this); in onCreate()122 String password = mPasswordView.getText().toString(); in onClick()151 mPasswordView.setVisibility(View.GONE); in onClick()156 imm.hideSoftInputFromWindow(mPasswordView.getWindowToken(), 0); in onClick()226 if (mPasswordView != null) { in enableSubmitIfAppropriate()228 mSubmitButton.setEnabled(mPasswordView.length() > 0); in enableSubmitIfAppropriate()230 mSubmitButton.setEnabled(mPasswordView.length() >= 8); in enableSubmitIfAppropriate()249 mPasswordView.setInputType( in onCheckedChanged()
41 private TextView mPasswordView; field in HttpAuthenticationDialog61 return mPasswordView.getText().toString(); in getPassword()101 mPasswordView.setText(password); in reshow()114 mPasswordView = (TextView) v.findViewById(R.id.password_edit); in createDialog()115 mPasswordView.setOnEditorActionListener(new OnEditorActionListener() { in createDialog()