Searched defs:mAuthenticationLabel (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOutgoingFragment.java73 private TextView mAuthenticationLabel; field in class:AccountSetupOutgoingFragment
126 mAuthenticationLabel = (TextView)view.findViewById(R.id.authentication_label);
245 if (mAuthenticationLabel != null) {
246 mAuthenticationLabel.setText(R.string.authentication_label);
H A DAccountSetupIncomingFragment.java77 private TextView mAuthenticationLabel; field in class:AccountSetupIncomingFragment
148 mAuthenticationLabel = (TextView)view.findViewById(R.id.authentication_label);
263 if (mAuthenticationLabel != null) {
265 mAuthenticationLabel.setText(R.string.authentication_label);
267 mAuthenticationLabel.setText(R.string.account_setup_basics_password_label);

Completed in 25 milliseconds