Home
last modified time | relevance | path

Searched refs:AuthenticationView (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
DAuthenticationView.java24 public class AuthenticationView extends LinearLayout implements OnClickListener { class
57 public AuthenticationView(Context context) { in AuthenticationView() method in AuthenticationView
61 public AuthenticationView(Context context, AttributeSet attrs) { in AuthenticationView() method in AuthenticationView
65 public AuthenticationView(Context context, AttributeSet attrs, int defstyle) { in AuthenticationView() method in AuthenticationView
DAccountSetupOutgoingFragment.java43 import com.android.email.activity.setup.AuthenticationView.AuthenticationCallback;
72 private AuthenticationView mAuthenticationView;
DAccountSetupIncomingFragment.java41 import com.android.email.activity.setup.AuthenticationView.AuthenticationCallback;
76 private AuthenticationView mAuthenticationView;
/packages/apps/Email/tests/src/com/android/email/activity/setup/
DAccountSetupIncomingTests.java47 private AuthenticationView mAuthenticationView;
188 mAuthenticationView = (AuthenticationView) mActivity.findViewById(R.id.authentication_view); in getActivityAndFields()
DAccountSetupOutgoingTests.java46 private AuthenticationView mAuthenticationView;
193 mAuthenticationView = (AuthenticationView) mActivity.findViewById(R.id.authentication_view); in getActivityAndFields()