Home
last modified time | relevance | path

Searched refs:mAuthenticationView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupOutgoingFragment.java72 private AuthenticationView mAuthenticationView; field in AccountSetupOutgoingFragment
118 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()
DAccountSetupIncomingFragment.java76 private AuthenticationView mAuthenticationView; field in AccountSetupIncomingFragment
143 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()
/packages/apps/Email/tests/src/com/android/email/activity/setup/
DAccountSetupIncomingTests.java47 private AuthenticationView mAuthenticationView; field in AccountSetupIncomingTests
169 mAuthenticationView.setPassword(password); in checkPassword()
188 mAuthenticationView = (AuthenticationView) mActivity.findViewById(R.id.authentication_view); in getActivityAndFields()
DAccountSetupOutgoingTests.java46 private AuthenticationView mAuthenticationView; field in AccountSetupOutgoingTests
175 mAuthenticationView.setPassword(password); in checkPassword()
193 mAuthenticationView = (AuthenticationView) mActivity.findViewById(R.id.authentication_view); in getActivityAndFields()