Searched refs:mAuthenticationHeader (Results 1 – 1 of 1) sorted by relevance
33 private TextView mAuthenticationHeader; field in AuthenticationView84 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()