Searched refs:AuthenticationView (Results 1 – 5 of 5) sorted by relevance
24 public class AuthenticationView extends LinearLayout implements OnClickListener { class57 public AuthenticationView(Context context) { in AuthenticationView() method in AuthenticationView61 public AuthenticationView(Context context, AttributeSet attrs) { in AuthenticationView() method in AuthenticationView65 public AuthenticationView(Context context, AttributeSet attrs, int defstyle) { in AuthenticationView() method in AuthenticationView
43 import com.android.email.activity.setup.AuthenticationView.AuthenticationCallback;72 private AuthenticationView mAuthenticationView;
41 import com.android.email.activity.setup.AuthenticationView.AuthenticationCallback;76 private AuthenticationView mAuthenticationView;
47 private AuthenticationView mAuthenticationView;188 mAuthenticationView = (AuthenticationView) mActivity.findViewById(R.id.authentication_view); in getActivityAndFields()
46 private AuthenticationView mAuthenticationView;193 mAuthenticationView = (AuthenticationView) mActivity.findViewById(R.id.authentication_view); in getActivityAndFields()