Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallLogDates.java104 return toTitleCase( in formatDate()
132 return toTitleCase(DateUtils.formatDateTime(context, timestamp, formatFlags)); in formatDate()
149 return toTitleCase(DateUtils.formatDateTime(context, timestamp, formatFlags)); in formatDayOfWeek()
152 private static CharSequence toTitleCase(CharSequence value) { in toTitleCase() method in CallLogDates
165 return UCharacter.toTitleCase( in toTitleCase()