Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DDates.java166 private static CharSequence getExplicitFormattedTime(final long time, final int flags, in getExplicitFormattedTime() method in Dates
185 return getExplicitFormattedTime(time, flags, "EEE HH:mm", "EEE h:mmaa"); in getThisWeekTimestamp()
204 return getExplicitFormattedTime(time, flags, "MMM d, HH:mm", "MMM d, h:mmaa"); in getThisYearTimestamp()
220 return getExplicitFormattedTime(time, flags, "M/d/yy", "M/d/yy"); in getOlderThanAYearTimestamp()
228 return getExplicitFormattedTime(time, flags, "M/d/yy, HH:mm", "M/d/yy, h:mmaa"); in getOlderThanAYearTimestamp()