Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DLocalDateTimeFormatter.kt65 val systemFormat = getBestDateTimePattern(Locale.getDefault(), "dMMMM") in <lambda>() constant
66 DateTimeFormatter.ofPattern(systemFormat, Locale.getDefault()) in <lambda>()
69 val systemFormat = getBestDateTimePattern(Locale.getDefault(), "MMMMYYYY") in <lambda>() constant
70 DateTimeFormatter.ofPattern(systemFormat, Locale.getDefault()) in <lambda>()
73 val systemFormat = getBestDateTimePattern(Locale.getDefault(), "MMMM") in <lambda>() constant
74 DateTimeFormatter.ofPattern(systemFormat, Locale.getDefault()) in <lambda>()