HomeSort by relevance Sort by last modified time
    Searched refs:mAuthenticationLabel (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOutgoingFragment.java 73 private TextView mAuthenticationLabel;
126 mAuthenticationLabel = (TextView)view.findViewById(R.id.authentication_label);
245 if (mAuthenticationLabel != null) {
246 mAuthenticationLabel.setText(R.string.authentication_label);
AccountSetupIncomingFragment.java 77 private TextView mAuthenticationLabel;
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 66 milliseconds