Searched refs:callLocationAndDate (Results 1 – 5 of 5) sorted by relevance
33 public final TextView callLocationAndDate; field in PhoneCallDetailsViews38 CallTypeIconsView callTypeIcons, TextView callLocationAndDate, in PhoneCallDetailsViews() argument43 this.callLocationAndDate = callLocationAndDate; in PhoneCallDetailsViews()
163 views.callLocationAndDate.setTypeface(typeface); in setPhoneCallDetails()164 views.callLocationAndDate.setTextColor(ContextCompat.getColor(mContext, details.isRead ? in setPhoneCallDetails()338 views.callLocationAndDate.setText(mResources.getString( in setDetailText()342 views.callLocationAndDate.setText(text); in setDetailText()
266 phoneCallDetailsViews.callLocationAndDate.setElegantTextHeight(false); in CallLogListItemViewHolder()667 phoneCallDetailsViews.callLocationAndDate); in updatePhoto()
388 assertTrue(mViews.callLocationAndDate.getText().toString().contains(text)); in assertLocationAndDateContains()393 assertEquals(text, mViews.callLocationAndDate.getText()); in assertLocationAndDateExactEquals()423 mViews.callLocationAndDate.getText()); in assertDurationExactEquals()454 assertTrue(mViews.callLocationAndDate.getText().toString().contains(overflowText)); in assertCallTypeIconsEqualsPlusOverflow()455 assertTrue(mViews.callLocationAndDate.getText().toString().contains("Yesterday")); in assertCallTypeIconsEqualsPlusOverflow()
801 assertTrue(viewHolder.phoneCallDetailsViews.callLocationAndDate.getText() in assertLabel()