Home
last modified time | relevance | path

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

/packages/apps/Dialer/tests/src/com/android/dialer/
DPhoneCallDetailsHelperTest.java114 assertTrue(mViews.callLocationAndDate.getText().toString().contains("Yesterday")); in testSetPhoneCallDetails_Normal()
269 assertTrue(mViews.callLocationAndDate.getText().toString().contains(text)); in assertLabelEquals()
274 assertTrue(mViews.callLocationAndDate.getText().toString().contains(text)); in assertDateEquals()
290 assertTrue(mViews.callLocationAndDate.getText().toString().contains("Yesterday")); in assertCallTypeIconsEquals()
304 assertTrue(mViews.callLocationAndDate.getText().toString().contains(overflowText)); in assertCallTypeIconsEqualsPlusOverflow()
305 assertTrue(mViews.callLocationAndDate.getText().toString().contains("Yesterday")); in assertCallTypeIconsEqualsPlusOverflow()
/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetailsViews.java33 public final TextView callLocationAndDate; field in PhoneCallDetailsViews
38 CallTypeIconsView callTypeIcons, TextView callLocationAndDate, in PhoneCallDetailsViews() argument
43 this.callLocationAndDate = callLocationAndDate; in PhoneCallDetailsViews()
DPhoneCallDetailsHelper.java106 CharSequence callLocationAndDate = getCallLocationAndDate(details); in setPhoneCallDetails() local
109 setCallCountAndDate(views, callCount, callLocationAndDate); in setPhoneCallDetails()
265 views.callLocationAndDate.setText(text); in setCallCountAndDate()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogFragmentTest.java637 assertTrue(views.phoneCallDetailsViews.callLocationAndDate.getText().toString()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java610 views.phoneCallDetailsViews.callLocationAndDate.setElegantTextHeight(false); in newChildView()