Searched refs:includeSeconds (Results 1 – 1 of 1) sorted by relevance
382 public static void setTimeFormat(TextClock clock, boolean includeSeconds) { in setTimeFormat() argument385 clock.setFormat12Hour(get12ModeFormat(0.4f /* amPmRatio */, includeSeconds)); in setTimeFormat()387 clock.setFormat24Hour(get24ModeFormat(includeSeconds)); in setTimeFormat()397 public static CharSequence get12ModeFormat(float amPmRatio, boolean includeSeconds) { in get12ModeFormat() argument399 includeSeconds ? "hmsa" : "hma"); in get12ModeFormat()423 public static CharSequence get24ModeFormat(boolean includeSeconds) { in get24ModeFormat() argument425 includeSeconds ? "Hms" : "Hm"); in get24ModeFormat()