Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java679 final CharSequence formattedTime = DateFormat.format(pattern, time); in toTimeCondition() local
681 final String summary = res.getQuantityString(summaryResId, num, num, formattedTime); in toTimeCondition()
682 final String line1 = res.getQuantityString(line1ResId, num, num, formattedTime); in toTimeCondition()
683 final String line2 = res.getString(R.string.zen_mode_until, formattedTime); in toTimeCondition()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp587 char formattedTime[64]; in getFormattedCurrentTime() local
588 strftime(formattedTime, sizeof(formattedTime), "%m-%d %H:%M:%S", localtime(&now)); in getFormattedCurrentTime()
589 return String8(formattedTime); in getFormattedCurrentTime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java484 final CharSequence formattedTime = DateFormat.format(pattern, nextAlarm); in computeAlarmWarningText()
486 final String template = getResources().getString(templateRes, formattedTime); in computeAlarmWarningText()