Searched refs:is24hFormat (Results 1 – 2 of 2) sorted by relevance
54 public static TimePicker newInstance(boolean is24hFormat, boolean defaultToCurrentTime) { in newInstance() argument57 args.putBoolean(EXTRA_24H_FORMAT, is24hFormat); in newInstance()
422 boolean is24hFormat = isTimeFormat24h(); in updateView()425 if (!is24hFormat) { in updateView()