OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TIME_12_24
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
TextClockTest.java
71
Settings.System.
TIME_12_24
);
76
Settings.System.putString(mActivity.getContentResolver(), Settings.System.
TIME_12_24
,
107
final CountDownLatch change12 = registerForChanges(Settings.System.
TIME_12_24
);
109
Settings.System.putInt(resolver, Settings.System.
TIME_12_24
, 12);
127
final CountDownLatch change24 = registerForChanges(Settings.System.
TIME_12_24
);
129
Settings.System.putInt(resolver, Settings.System.
TIME_12_24
, 24);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSettings.java
308
* Sets the value of the {@link Settings.System#
TIME_12_24
} setting.
313
Settings.System.putString(RuntimeEnvironment.application.getContentResolver(), Settings.System.
TIME_12_24
, use24HourTimeFormat ? "24" : "12");
/cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java
343
"settings get system " + Settings.System.
TIME_12_24
).trim();
349
"settings delete system " + Settings.System.
TIME_12_24
);
352
"settings put system " + Settings.System.
TIME_12_24
+ " " + timeFormat);
Completed in 657 milliseconds