Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSettings.java312 public static void set24HourTimeFormat(boolean use24HourTimeFormat) { in set24HourTimeFormat() argument
313 …ment.application.getContentResolver(), Settings.System.TIME_12_24, use24HourTimeFormat ? "24" : "1… in set24HourTimeFormat()