Home
last modified time | relevance | path

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

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DTimeTest.java44 Time t = new Time(Time.TIMEZONE_UTC); in testTimezone()
45 assertEquals(Time.TIMEZONE_UTC, t.getTimezone()); in testTimezone()
50 Time t = new Time(Time.TIMEZONE_UTC); in testSwitchTimezone()
58 Time t = new Time(Time.TIMEZONE_UTC); in testGetActualMaximum()
73 Time t = new Time(Time.TIMEZONE_UTC); in testAdd()
91 Time t = new Time(Time.TIMEZONE_UTC); in testClear()
92 t.clear(Time.TIMEZONE_UTC); in testClear()
94 assertEquals(Time.TIMEZONE_UTC, t.getTimezone()); in testClear()
109 Time a = new Time(Time.TIMEZONE_UTC); in testCompare()
116 Time d = new Time(Time.TIMEZONE_UTC); in testCompare()
[all …]
/frameworks/base/core/tests/coretests/src/android/text/format/
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()
290 assertEquals(Time.TIMEZONE_UTC, t.timezone); 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()
[all …]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java149 String tz = Time.TIMEZONE_UTC; in parseRecurrenceDates()
196 Time start = new Time(tzidParam == null ? Time.TIMEZONE_UTC : tzid); in populateContentValues()
204 tzid = Time.TIMEZONE_UTC; in populateContentValues()
226 start.setTimezone(Time.TIMEZONE_UTC); in populateContentValues()
295 dtstartTime = new Time(Time.TIMEZONE_UTC); in populateComponent()
354 dtstartTime = new Time(Time.TIMEZONE_UTC); in populateComponent()
DTime.java29 public static final String TIMEZONE_UTC = "UTC"; field in Time
259 : (TIMEZONE_UTC.equals(getTimezone()) ? FORMAT_TIME_UTC_PATTERN in format2445()
444 timezone = TIMEZONE_UTC; in parseInternal()
DRecurrenceProcessor.java27 private Time mIterator = new Time(Time.TIMEZONE_UTC);
28 private Time mUntil = new Time(Time.TIMEZONE_UTC);
30 private Time mGenerated = new Time(Time.TIMEZONE_UTC);
418 mTime = new Time(Time.TIMEZONE_UTC); in DaySet()
/frameworks/base/core/java/android/text/format/
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java287 private static final String TIMEZONE_UTC = "UTC"; field in NetworkPolicyManagerServiceTest
1254 sTemplateWifi, 5, TIMEZONE_UTC, 1024L, 1024L, false);
1266 sTemplateWifi, 20, TIMEZONE_UTC, 1024L, 1024L, false);
1278 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false);
1290 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false);
1298 sTemplateWifi, 29, TIMEZONE_UTC, 1024L, 1024L, false);
1388 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, DataUnit.MEBIBYTES.toBytes(1),
1611 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, WARNING_DISABLED, LIMIT_DISABLED,
2058 sTemplateCarrierMetered, CYCLE_DAY, TIMEZONE_UTC, 7000L, 10000L,
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30154 field public static final java.lang.String TIMEZONE_UTC = "UTC";
/frameworks/base/core/api/
Dcurrent.txt48371 field @Deprecated public static final String TIMEZONE_UTC = "UTC";