Home | History | Annotate | Download | only in activities

Lines Matching refs:textView

31 import android.widget.TextView;
133 final TextView textView = (TextView) view.findViewById(R.id.text);
134 textView.setText(getString(R.string.contact_editor_prompt_multiple_accounts));
150 final TextView textView = (TextView) view.findViewById(R.id.text);
155 textView.setText(getString(R.string.contact_editor_prompt_one_account,
178 final TextView textView = (TextView) view.findViewById(R.id.text);
182 textView.setText(getString(R.string.contact_editor_prompt_zero_accounts));