/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/shared/ |
D | BaseFormatter.kt | 30 private val timeFormatter = LocalDateTimeFormatter(context) constant 78 is IntervalRecord -> timeFormatter.formatTimeRange(record.startTime, record.endTime) in getFormattedTime() 79 is InstantRecord -> timeFormatter.formatTime(record.time) in getFormattedTime() 86 is IntervalRecord -> timeFormatter.formatTimeRangeA11y(record.startTime, record.endTime) in getFormattedA11yTime() 87 is InstantRecord -> timeFormatter.formatTime(record.time) in getFormattedA11yTime()
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/ |
D | StepsCadenceFormatter.kt | 36 private val timeFormatter = LocalDateTimeFormatter(context) constant 79 header = timeFormatter.formatTime(sample.time), in formatSample() 80 headerA11y = timeFormatter.formatTime(sample.time), in formatSample()
|
D | CyclingPedalingCadenceFormatter.kt | 38 private val timeFormatter = LocalDateTimeFormatter(context) in <lambda>() constant in com.android.healthconnect.controller.dataentries.formatters.CyclingPedalingCadenceFormatter 81 header = timeFormatter.formatTime(sample.time), in <lambda>() 82 headerA11y = timeFormatter.formatTime(sample.time), in <lambda>()
|
D | PowerFormatter.kt | 39 private val timeFormatter = LocalDateTimeFormatter(context) in <lambda>() constant in com.android.healthconnect.controller.dataentries.formatters.PowerFormatter 87 header = timeFormatter.formatTime(sample.time), in <lambda>() 88 headerA11y = timeFormatter.formatTime(sample.time), in <lambda>()
|
D | HeartRateFormatter.kt | 37 private val timeFormatter = LocalDateTimeFormatter(context) in <lambda>() constant in com.android.healthconnect.controller.dataentries.formatters.HeartRateFormatter 99 header = timeFormatter.formatTime(sample.time), in <lambda>() 100 headerA11y = timeFormatter.formatTime(sample.time), in <lambda>()
|
D | SleepSessionFormatter.kt | 47 private val timeFormatter = LocalDateTimeFormatter(context) in <lambda>() constant 107 header = timeFormatter.formatTimeRange(stage.startTime, stage.endTime), in <lambda>() 108 headerA11y = timeFormatter.formatTimeRangeA11y(stage.startTime, stage.endTime), in <lambda>()
|
D | SkinTemperatureFormatter.kt | 44 private val timeFormatter = LocalDateTimeFormatter(context) constant 130 header = timeFormatter.formatTime(delta.time), in formatDelta() 131 headerA11y = timeFormatter.formatTime(delta.time), in formatDelta()
|
D | ExerciseSessionFormatter.kt | 111 private val timeFormatter = LocalDateTimeFormatter(context) in <lambda>() constant in com.android.healthconnect.controller.dataentries.formatters.ExerciseSessionFormatter 175 header = timeFormatter.formatTimeRange(segment.startTime, segment.endTime), in <lambda>() 176 headerA11y = timeFormatter.formatTimeRangeA11y(segment.startTime, segment.endTime), in <lambda>() 185 header = timeFormatter.formatTimeRange(lap.startTime, lap.endTime), in <lambda>() 186 headerA11y = timeFormatter.formatTimeRangeA11y(lap.startTime, lap.endTime), in <lambda>()
|
D | SpeedFormatter.kt | 44 private val timeFormatter = LocalDateTimeFormatter(context) constant 92 header = timeFormatter.formatTime(sample.time), in formatSample() 93 headerA11y = timeFormatter.formatTime(sample.time), in formatSample()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/ |
D | DeviceLockNotificationManager.java | 232 DateTimeFormatter timeFormatter = in sendDeferredProvisioningNotification() 234 String enrollmentResumeTime = timeFormatter.format(resumeDateTime); in sendDeferredProvisioningNotification()
|