Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java523 clock.setFormat12Hour(get12ModeFormat(amPmFontSize)); in setTimeFormat()
532 public static CharSequence get12ModeFormat(int amPmFontSize) { in get12ModeFormat() method in Utils
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DTextTime.java144 setFormat12Hour(Utils.get12ModeFormat(amPmFontSize)); in setFormat()
/packages/apps/DeskClock/src/com/android/alarmclock/
DWidgetUtils.java144 clock.setCharSequence(clockId, "setFormat12Hour", Utils.get12ModeFormat(amPmFontSize)); in setTimeFormat()