Searched refs:mAuthenticationHeader (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAuthenticationView.java33 private TextView mAuthenticationHeader; field in class:AuthenticationView
84 mAuthenticationHeader = (TextView)findViewById(R.id.authentication_header);
172 if (mAuthenticationHeader != null) {
173 mAuthenticationHeader.setVisibility(View.VISIBLE);
174 mAuthenticationHeader.setText(R.string.authentication_label);
201 if (mAuthenticationHeader != null) {
202 mAuthenticationHeader.setVisibility(View.VISIBLE);
203 mAuthenticationHeader.setText(R.string.account_setup_incoming_password_label);

Completed in 131 milliseconds