Searched defs:use24HourTimeFormat (Results 1 - 1 of 1) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSettings.java155 * @param use24HourTimeFormat new status for the time setting
157 public static void set24HourTimeFormat(boolean use24HourTimeFormat) { argument
158 Settings.System.putInt(Robolectric.application.getContentResolver(), Settings.System.TIME_12_24, use24HourTimeFormat ? 24 : 12);

Completed in 55 milliseconds