Home
last modified time | relevance | path

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

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