Searched refs:mAuthenticationLabel (Results 1 – 2 of 2) sorted by relevance
73 private TextView mAuthenticationLabel; field in AccountSetupOutgoingFragment126 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()
77 private TextView mAuthenticationLabel; field in AccountSetupIncomingFragment148 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()