Searched refs:callLocationAndDate (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DPhoneCallDetailsViews.java31 public final TextView callLocationAndDate; field in class:PhoneCallDetailsViews
39 TextView callLocationAndDate,
45 this.callLocationAndDate = callLocationAndDate;
35 PhoneCallDetailsViews( TextView nameView, View callTypeView, CallTypeIconsView callTypeIcons, TextView callLocationAndDate, TextView voicemailTranscriptionView, TextView callAccountLabel) argument
H A DPhoneCallDetailsHelper.java156 views.callLocationAndDate.setTypeface(typeface);
157 views.callLocationAndDate.setTextColor(
350 CharSequence dateText = details.callLocationAndDate;
359 views.callLocationAndDate.setText(
365 views.callLocationAndDate.setText(text);
H A DCallLogListItemHelper.java66 details.callLocationAndDate = mPhoneCallDetailsHelper.getCallLocationAndDate(details);
H A DCallLogListItemViewHolder.java279 phoneCallDetailsViews.callLocationAndDate.setElegantTextHeight(false);
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DPhoneCallDetails.java124 public CharSequence callLocationAndDate; field in class:PhoneCallDetails

Completed in 642 milliseconds