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.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()
1180 if (TIMEZONE_UTC.equals(timezone)) { in format2445()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java221 private static final String TIMEZONE_UTC = "UTC"; field in NetworkPolicyManagerServiceTest
956 sTemplateWifi, 5, TIMEZONE_UTC, 1024L, 1024L, false);
968 sTemplateWifi, 20, TIMEZONE_UTC, 1024L, 1024L, false);
980 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false);
992 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false);
1000 sTemplateWifi, 29, TIMEZONE_UTC, 1024L, 1024L, false);
1093 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, 1 * MB_IN_BYTES, 2 * MB_IN_BYTES, false));
1350 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, WARNING_DISABLED, LIMIT_DISABLED,
1786 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/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30154 field public static final java.lang.String TIMEZONE_UTC = "UTC";
/frameworks/base/api/
Dcurrent.txt49969 field @Deprecated public static final String TIMEZONE_UTC = "UTC";