Home
last modified time | relevance | path

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

/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.java151 String tz = Time.TIMEZONE_UTC; in parseRecurrenceDates()
198 Time start = new Time(tzidParam == null ? Time.TIMEZONE_UTC : tzid); in populateContentValues()
205 tzid = Time.TIMEZONE_UTC; in populateContentValues()
227 start.timezone = Time.TIMEZONE_UTC; in populateContentValues()
296 dtstartTime = new Time(Time.TIMEZONE_UTC); in populateComponent()
355 dtstartTime = new Time(Time.TIMEZONE_UTC); in populateComponent()
DRecurrenceProcessor.java28 private Time mIterator = new Time(Time.TIMEZONE_UTC);
29 private Time mUntil = new Time(Time.TIMEZONE_UTC);
31 private Time mGenerated = new Time(Time.TIMEZONE_UTC);
420 mTime = new Time(Time.TIMEZONE_UTC); in DaySet()
/frameworks/base/core/java/android/text/format/
DTime.java60 public static final String TIMEZONE_UTC = "UTC"; field in Time
412 timezone = TIMEZONE_UTC; in parse()
546 timezone = TIMEZONE_UTC; in parse3339()
925 } else if (TIMEZONE_UTC.equals(timezone)) { in format3339()
1163 if (TIMEZONE_UTC.equals(timezone)) { in format2445()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java216 private static final String TIMEZONE_UTC = "UTC"; field in NetworkPolicyManagerServiceTest
879 sTemplateWifi, 5, TIMEZONE_UTC, 1024L, 1024L, false);
891 sTemplateWifi, 20, TIMEZONE_UTC, 1024L, 1024L, false);
903 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false);
915 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false);
923 sTemplateWifi, 29, TIMEZONE_UTC, 1024L, 1024L, false);
1015 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, 1 * MB_IN_BYTES, 2 * MB_IN_BYTES, false));
1272 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, WARNING_DISABLED, LIMIT_DISABLED,
1709 sTemplateMobileAll, CYCLE_DAY, TIMEZONE_UTC, WARNING_DISABLED, 10000L, in testStatsProviderLimitReached()
/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/opt/setupwizard/tools/docs/
Dandroid-22.txt30154 field public static final java.lang.String TIMEZONE_UTC = "UTC";
/frameworks/base/non-updatable-api/
Dcurrent.txt47726 field @Deprecated public static final String TIMEZONE_UTC = "UTC";
/frameworks/base/api/
Dcurrent.txt47870 field @Deprecated public static final String TIMEZONE_UTC = "UTC";