Searched refs:getPassword (Results 1 – 13 of 13) sorted by relevance
126 if (vpnInfo.getPassword() != null) { in setUp()127 Log.d(TAG, "password for the certificate file is: " + vpnInfo.getPassword()); in setUp()394 String password = curVpnInfo.getPassword(); in testL2tpIpsecRsaConnection()412 String password = curVpnInfo.getPassword(); in testIpsecXauthRsaConnection()
62 public String getPassword() { in getPassword() method in VpnInfo
89 keystore.load(new ByteArrayInputStream(raw), passwordProtection.getPassword()); in extractCertificate()
60 private String getPassword() { in getPassword() method in HttpAuthenticationDialog92 String password = getPassword(); in reshow()136 mOkListener.onOk(mHost, mRealm, getUsername(), getPassword()); in createDialog()
124 public String getPassword() { in getPassword() method in AuthenticationView184 } else if (!TextUtils.isEmpty(getPassword())) { in updateVisibility()224 bundle.putString(SAVE_PASSWORD, getPassword()); in onSaveInstanceState()
247 setNextButtonEnabled(!TextUtils.isEmpty(getPassword())); in validatePassword()315 public String getPassword() { in getPassword() method in AccountSetupCredentialsFragment329 results.putString(EXTRA_PASSWORD, getPassword()); in getCredentialResults()
383 final String userPassword = mAuthenticationView.getPassword(); in collectUserInputInternal()
558 final String userPassword = mAuthenticationView.getPassword(); in collectUserInputInternal()
79 if (mImapStore.getUsername() != null && mImapStore.getPassword() != null) { in getLoginPhrase()83 + ImapUtility.imapQuoted(mImapStore.getPassword()); in getLoginPhrase()
69 public String getPassword() { in getPassword() method in ImapStore
121 if (mImapStore.getUsername() != null && mImapStore.getPassword() != null) { in getLoginPhrase()125 + ImapUtility.imapQuoted(mImapStore.getPassword()); in getLoginPhrase()
133 String getPassword() { in getPassword() method in ImapStore
335 passwordProtection.getPassword()); in extractPkcs12Internal()