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

/packages/apps/Dialer/src/com/android/dialer/
H A DPhoneCallDetailsHelper.java93 final Integer callCount;
95 callCount = count;
97 callCount = null;
103 setCallCountAndDate(views, callCount, callLocationAndDate);
237 private void setCallCountAndDate(PhoneCallDetailsViews views, Integer callCount, argument
241 if (callCount != null) {
243 R.string.call_log_item_count_and_date, callCount.intValue(), dateText);

Completed in 347 milliseconds