Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DLocalDateTimeFormatter.kt62 private val timeFormat by lazy { getTimeFormat(context) } in <lambda>() constant
79 return timeFormat.format(instant.toEpochMilli()) in formatTime()
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DBaseTimeZoneInfoPicker.java108 DateFormat timeFormat) { in TimeZoneInfoItem() argument
112 mTimeFormat = timeFormat; in TimeZoneInfoItem()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java872 String timeFormat = res.getString(R.string.date_time_format); in updateAlertText() local
873 if (!TextUtils.isEmpty(timeFormat)) { in updateAlertText()
875 title += "\n" + new SimpleDateFormat(timeFormat).format( in updateAlertText()