Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java31 Time t = new Time(Time.TIMEZONE_UTC); in testNormalize0()
271 Time t = new Time(Time.TIMEZONE_UTC); in testSwitchTimezone0()
279 Time t = new Time(Time.TIMEZONE_UTC); in testCtor0()
280 assertEquals(Time.TIMEZONE_UTC, t.timezone); in testCtor0()
285 Time t = new Time(Time.TIMEZONE_UTC); in testGetActualMaximum0()
292 Time t = new Time(Time.TIMEZONE_UTC); in testClear0()
293 t.clear(Time.TIMEZONE_UTC); in testClear0()
298 Time a = new Time(Time.TIMEZONE_UTC); in testCompare0()
306 Time t = new Time(Time.TIMEZONE_UTC); in testFormat0()
313 Time t = new Time(Time.TIMEZONE_UTC); in testToString0()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java35 import static android.text.format.Time.TIMEZONE_UTC;
453 sTemplateWifi, 5, TIMEZONE_UTC, 1024L, 1024L, false); in testLastCycleBoundaryThisMonth()
464 sTemplateWifi, 20, TIMEZONE_UTC, 1024L, 1024L, false); in testLastCycleBoundaryLastMonth()
475 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false); in testLastCycleBoundaryThisMonthFebruary()
486 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false); in testLastCycleBoundaryLastMonthFebruary()
493 sTemplateWifi, 29, TIMEZONE_UTC, 1024L, 1024L, false); in testCycleBoundaryLeapYear()
532 sTemplateWifi, 31, TIMEZONE_UTC, WARNING_DISABLED, LIMIT_DISABLED, false); in testNextCycleSane()
547 sTemplateWifi, 31, TIMEZONE_UTC, WARNING_DISABLED, LIMIT_DISABLED, false); in testLastCycleSane()
626 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, 1 * MB_IN_BYTES, 2 * MB_IN_BYTES, false)); in testNetworkPolicyAppliedCycleLastMonth()
684 setNetworkPolicies(new NetworkPolicy(sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, 1 in testOverWarningLimitNotification()
[all …]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java153 String tz = Time.TIMEZONE_UTC; in parseRecurrenceDates()
200 Time start = new Time(tzidParam == null ? Time.TIMEZONE_UTC : tzid); in populateContentValues()
207 tzid = Time.TIMEZONE_UTC; in populateContentValues()
229 start.timezone = Time.TIMEZONE_UTC; in populateContentValues()
298 dtstartTime = new Time(Time.TIMEZONE_UTC); in populateComponent()
357 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
405 timezone = TIMEZONE_UTC; in parse()
539 timezone = TIMEZONE_UTC; in parse3339()
903 } else if (TIMEZONE_UTC.equals(timezone)) { in format3339()
1142 if (TIMEZONE_UTC.equals(timezone)) { in format2445()
/frameworks/opt/telephony/src/java/android/telephony/
DSmsCbEtwsInfo.java155 Time time = new Time(Time.TIMEZONE_UTC); in getPrimaryNotificationTimestamp()
/frameworks/base/core/java/com/android/internal/http/
DHttpDateTime.java118 Time time = new Time(Time.TIMEZONE_UTC); in parse()
/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/telephony/src/java/com/android/internal/telephony/gsm/
DSmsMessage.java601 Time time = new Time(Time.TIMEZONE_UTC); in getSCTimestampMillis()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java648 policy = new NetworkPolicy(template, CYCLE_NONE, Time.TIMEZONE_UTC,
1275 cycleTimezone = Time.TIMEZONE_UTC; in readPolicyLocked()
/frameworks/base/api/
Dsystem-current.txt32389 field public static final java.lang.String TIMEZONE_UTC = "UTC";
Dcurrent.txt30156 field public static final java.lang.String TIMEZONE_UTC = "UTC";