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

/packages/apps/Contacts/src/com/android/contacts/
H A DPhoneCallDetailsHelper.java76 final Integer callCount;
78 callCount = count;
80 callCount = null;
94 setCallCountAndDate(views, callCount, dateText, highlightColor);
164 private void setCallCountAndDate(PhoneCallDetailsViews views, Integer callCount, argument
168 if (callCount != null) {
170 R.string.call_log_item_count_and_date, callCount.intValue(), dateText);

Completed in 6 milliseconds