Searched refs:timeFormat (Results 1 – 3 of 3) sorted by relevance
62 private val timeFormat by lazy { getTimeFormat(context) } in <lambda>() constant79 return timeFormat.format(instant.toEpochMilli()) in formatTime()
108 DateFormat timeFormat) { in TimeZoneInfoItem() argument112 mTimeFormat = timeFormat; in TimeZoneInfoItem()
872 String timeFormat = res.getString(R.string.date_time_format); in updateAlertText() local873 if (!TextUtils.isEmpty(timeFormat)) { in updateAlertText()875 title += "\n" + new SimpleDateFormat(timeFormat).format( in updateAlertText()