Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java41 Time t = new Time(Time.TIMEZONE_UTC); in testNormalize0()
281 Time t = new Time(Time.TIMEZONE_UTC); in testSwitchTimezone0()
289 Time t = new Time(Time.TIMEZONE_UTC); in testCtor0()
295 Time t = new Time(Time.TIMEZONE_UTC); in testGetActualMaximum0()
302 Time t = new Time(Time.TIMEZONE_UTC); in testClear0()
303 t.clear(Time.TIMEZONE_UTC); in testClear0()
308 Time a = new Time(Time.TIMEZONE_UTC); in testCompare0()
316 Time t = new Time(Time.TIMEZONE_UTC); in testFormat0()
323 Time t = new Time(Time.TIMEZONE_UTC); in testToString0()
336 Time t = new Time(Time.TIMEZONE_UTC); in testSetToNow0()
[all …]
/aosp14/frameworks/base/core/java/android/text/format/
H A DTime.java61 public static final String TIMEZONE_UTC = "UTC"; field in Time
413 timezone = TIMEZONE_UTC; in parse()
547 timezone = TIMEZONE_UTC; in parse3339()
926 } else if (TIMEZONE_UTC.equals(timezone)) { in format3339()
1175 if (TIMEZONE_UTC.equals(timezone)) { in format2445()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java263 private static final String TIMEZONE_UTC = "UTC"; field in NetworkPolicyManagerServiceTest
1195 sTemplateWifi, 5, TIMEZONE_UTC, 1024L, 1024L, false);
1207 sTemplateWifi, 20, TIMEZONE_UTC, 1024L, 1024L, false);
1219 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false);
1231 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false);
1239 sTemplateWifi, 29, TIMEZONE_UTC, 1024L, 1024L, false);
1329 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, DataUnit.MEBIBYTES.toBytes(1),
1522 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, WARNING_DISABLED, LIMIT_DISABLED,
1963 sTemplateCarrierMetered, CYCLE_DAY, TIMEZONE_UTC, 7000L, 10000L,
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47917 field @Deprecated public static final String TIMEZONE_UTC = "UTC";