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.java43 Time t = new Time(Time.TIMEZONE_UTC); in testTimezone()
44 assertEquals(Time.TIMEZONE_UTC, t.getTimezone()); in testTimezone()
49 Time t = new Time(Time.TIMEZONE_UTC); in testSwitchTimezone()
57 Time t = new Time(Time.TIMEZONE_UTC); in testGetActualMaximum()
72 Time t = new Time(Time.TIMEZONE_UTC); in testAdd()
90 Time t = new Time(Time.TIMEZONE_UTC); in testClear()
91 t.clear(Time.TIMEZONE_UTC); in testClear()
93 assertEquals(Time.TIMEZONE_UTC, t.getTimezone()); in testClear()
108 Time a = new Time(Time.TIMEZONE_UTC); in testCompare()
115 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/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java228 video.dateAdded = new Time(Time.TIMEZONE_UTC); in newContentHandler()
475 video.dateAdded = new Time(Time.TIMEZONE_UTC); in endElement()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java243 private static final String TIMEZONE_UTC = "UTC"; field in NetworkPolicyManagerServiceTest
980 sTemplateWifi, 5, TIMEZONE_UTC, 1024L, 1024L, false);
992 sTemplateWifi, 20, TIMEZONE_UTC, 1024L, 1024L, false);
1004 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false);
1016 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false);
1024 sTemplateWifi, 29, TIMEZONE_UTC, 1024L, 1024L, false);
1117 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, 1 * MB_IN_BYTES, 2 * MB_IN_BYTES, false));
1374 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, WARNING_DISABLED, LIMIT_DISABLED,
1827 sTemplateCarrierMetered, CYCLE_DAY, TIMEZONE_UTC, 7000L, 10000L, in testStatsProviderWarningAndLimitReached()
/frameworks/base/core/api/
Dcurrent.txt44655 field @Deprecated public static final String TIMEZONE_UTC = "UTC";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30154 field public static final java.lang.String TIMEZONE_UTC = "UTC";