Searched refs:mAuthenticationView (Results 1 – 4 of 4) sorted by relevance
72 private AuthenticationView mAuthenticationView; field in AccountSetupOutgoingFragment118 mAuthenticationView = UiUtilities.getView(view, R.id.authentication_view); in onCreateView()169 mAuthenticationView.setAuthenticationCallback(this); in onCreateView()244 mAuthenticationView.setAuthInfo(oauthProviders.size() > 0, sendAuth); in loadSettings()286 && mAuthenticationView.getAuthValid(); in validateFields()297 mAuthenticationView.setAuthInfo(true, sendAuth); in onCheckedChanged()383 final String userPassword = mAuthenticationView.getPassword(); in collectUserInputInternal()429 mAuthenticationView.setAuthInfo(true, sendAuth); in onActivityResult()
76 private AuthenticationView mAuthenticationView; field in AccountSetupIncomingFragment143 mAuthenticationView = UiUtilities.getView(view, R.id.authentication_view); in onCreateView()185 mAuthenticationView.setAuthenticationCallback(this); in onCreateView()358 mAuthenticationView.setAuthInfo(offerOAuth, recvAuth); in loadSettings()425 && mAuthenticationView.getAuthValid() in validateFields()558 final String userPassword = mAuthenticationView.getPassword(); in collectUserInputInternal()560 if (!TextUtils.isEmpty(mAuthenticationView.getOAuthProvider())) { in collectUserInputInternal()562 cred.mProviderId = mAuthenticationView.getOAuthProvider(); in collectUserInputInternal()644 mAuthenticationView.setAuthInfo(mServiceInfo.offerOAuth, recvAuth); in onActivityResult()
47 private AuthenticationView mAuthenticationView; field in AccountSetupIncomingTests169 mAuthenticationView.setPassword(password); in checkPassword()188 mAuthenticationView = (AuthenticationView) mActivity.findViewById(R.id.authentication_view); in getActivityAndFields()
46 private AuthenticationView mAuthenticationView; field in AccountSetupOutgoingTests175 mAuthenticationView.setPassword(password); in checkPassword()193 mAuthenticationView = (AuthenticationView) mActivity.findViewById(R.id.authentication_view); in getActivityAndFields()