Searched refs:get24ModeFormat (Results 1 – 4 of 4) sorted by relevance
46 private var mFormat24: CharSequence? = Utils.get24ModeFormat(false)
375 clock?.format24Hour = get24ModeFormat(includeSeconds) in setTimeFormat()410 fun get24ModeFormat(includeSeconds: Boolean): CharSequence { in get24ModeFormat() method
393 mDigitalClock.format24Hour = Utils.get24ModeFormat(false) in bind()
162 rv.setCharSequence(clockId, "setFormat24Hour", Utils.get24ModeFormat(false)) in update()