Searched refs:callLocationAndDate (Results 1 – 5 of 5) sorted by relevance
32 public final TextView callLocationAndDate; field in PhoneCallDetailsViews43 TextView callLocationAndDate, in PhoneCallDetailsViews() argument52 this.callLocationAndDate = callLocationAndDate; in PhoneCallDetailsViews()
281 views.callLocationAndDate.setTypeface(typeface); in setPhoneCallDetails()282 views.callLocationAndDate.setTextColor( in setPhoneCallDetails()587 CharSequence dateText = details.callLocationAndDate; in setDetailText()596 views.callLocationAndDate.setText( in setDetailText()602 views.callLocationAndDate.setText(text); in setDetailText()
65 details.callLocationAndDate = phoneCallDetailsHelper.getCallLocationAndDate(details); in updatePhoneCallDetails()
287 phoneCallDetailsViews.callLocationAndDate.setElegantTextHeight(false); in CallLogListItemViewHolder()
127 public CharSequence callLocationAndDate; field in PhoneCallDetails