Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DSystemZenRules.java203 SimpleDateFormat dayFormat = new SimpleDateFormat("EEE", getLocale(context)); in getShortDaysSummary() local
207 sb.append(dayFormat.format(cStart.getTime())); in getShortDaysSummary()
214 dayFormat.format(cStart.getTime()), in getShortDaysSummary()
215 dayFormat.format(cEnd.getTime()))); in getShortDaysSummary()