Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeVoiceActivity.java109 CharSequence formattedTime = DateFormat.format(pattern, time); in getChangeSummary() local
112 … return buildMessage(R.string.zen_mode_summary_alarms_only_by_minute, minutes, formattedTime); in getChangeSummary()
114 … return getResources().getString(R.string.zen_mode_summary_alarms_only_by_time, formattedTime); in getChangeSummary()
117 … return buildMessage(R.string.zen_mode_summary_alarms_only_by_hour, hours, formattedTime); in getChangeSummary()
121 private CharSequence buildMessage(int resId, int count, CharSequence formattedTime) { in buildMessage() argument
126 arguments.put("time", formattedTime); in buildMessage()
DZenModeSettingsFooterPreferenceController.java144 final CharSequence formattedTime = mZenModeConfigWrapper.getFormattedTime( in getDefaultPolicyFooter() local
148 formattedTime); in getDefaultPolicyFooter()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DLapsAdapter.kt228 val formattedTime = formatTime(longestLapTime, lapTime, LRM_SPACE) in formatLapTime() constant
231 val newLength = formattedTime.length in formatLapTime()
237 return formattedTime in formatLapTime()
249 val formattedTime = formatTime(longestAccumulatedTime, accumulatedTime, LRM_SPACE) in formatAccumulatedTime() constant
252 val newLength = formattedTime.length in formatAccumulatedTime()
258 return formattedTime in formatAccumulatedTime()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/recentaccess/
DRecentAccessPreference.kt65 private val formattedTime = formatTime(recentAccessApp.instantTime) constant
100 accessTime.text = formattedTime in onBindViewHolder()
102 context.getString(R.string.recent_access_time_content_descritption, formattedTime) in onBindViewHolder()