Searched refs:abbreviateDateTime (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
D | CallLogDates.java | 48 Context context, long nowMillis, long timestampMillis, boolean abbreviateDateTime) { in newCallLogTimestampLabel() argument 56 return abbreviateDateTime in newCallLogTimestampLabel() 80 return formatDayOfWeek(context, timestampMillis, abbreviateDateTime); in newCallLogTimestampLabel() 85 return formatDate(context, timestampMillis, /* showYear = */ false, abbreviateDateTime); in newCallLogTimestampLabel() 90 return formatDate(context, timestampMillis, /* showYear = */ true, abbreviateDateTime); in newCallLogTimestampLabel() 123 Context context, long timestamp, boolean showYear, boolean abbreviateDateTime) { in formatDate() argument 125 if (abbreviateDateTime) { in formatDate() 144 Context context, long timestamp, boolean abbreviateDateTime) { in formatDayOfWeek() argument 146 abbreviateDateTime in formatDayOfWeek()
|
D | CallLogEntryText.java | 138 Context context, Clock clock, CoalescedRow row, boolean abbreviateDateTime) { in buildSecondaryTextListForEntries() argument 143 context, clock.currentTimeMillis(), row.getTimestamp(), abbreviateDateTime)); in buildSecondaryTextListForEntries() 159 context, clock.currentTimeMillis(), row.getTimestamp(), abbreviateDateTime)); in buildSecondaryTextListForEntries()
|