Home | History | Annotate | Download | only in dialer

Lines Matching refs:TextView

22 import android.widget.TextView;
30 public final TextView nameView;
33 public final TextView callLocationAndDate;
34 public final TextView voicemailTranscriptionView;
35 public final TextView callAccountLabel;
37 private PhoneCallDetailsViews(TextView nameView, View callTypeView,
38 CallTypeIconsView callTypeIcons, TextView callLocationAndDate,
39 TextView voicemailTranscriptionView, TextView callAccountLabel) {
56 return new PhoneCallDetailsViews((TextView) view.findViewById(R.id.name),
59 (TextView) view.findViewById(R.id.call_location_and_date),
60 (TextView) view.findViewById(R.id.voicemail_transcription),
61 (TextView) view.findViewById(R.id.call_account_label));
66 new TextView(context),
69 new TextView(context),
70 new TextView(context),
71 new TextView(context));