Home
last modified time | relevance | path

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

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