Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/uidata/
DFormattedStringModel.kt49 private var mLongWeekdayNames: MutableMap<Int, String>? = null variable
164 if (mLongWeekdayNames == null) { in getLongWeekday()
165 mLongWeekdayNames = ArrayMap(7) in getLongWeekday()
171 mLongWeekdayNames!![i] = weekday in getLongWeekday()
176 return mLongWeekdayNames!![calendarDay] in getLongWeekday()
186 mLongWeekdayNames = null in onReceive()