Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java38 Time t = new Time(Time.TIMEZONE_UTC); in testNormalize0()
278 Time t = new Time(Time.TIMEZONE_UTC); in testSwitchTimezone0()
286 Time t = new Time(Time.TIMEZONE_UTC); in testCtor0()
287 assertEquals(Time.TIMEZONE_UTC, t.timezone); in testCtor0()
292 Time t = new Time(Time.TIMEZONE_UTC); in testGetActualMaximum0()
299 Time t = new Time(Time.TIMEZONE_UTC); in testClear0()
300 t.clear(Time.TIMEZONE_UTC); in testClear0()
305 Time a = new Time(Time.TIMEZONE_UTC); in testCompare0()
313 Time t = new Time(Time.TIMEZONE_UTC); in testFormat0()
320 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()
927 } else if (TIMEZONE_UTC.equals(timezone)) { in format3339()
1170 if (TIMEZONE_UTC.equals(timezone)) { in format2445()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java41 import static android.text.format.Time.TIMEZONE_UTC;
788 sTemplateWifi, 5, TIMEZONE_UTC, 1024L, 1024L, false); in testLastCycleBoundaryThisMonth()
800 sTemplateWifi, 20, TIMEZONE_UTC, 1024L, 1024L, false); in testLastCycleBoundaryLastMonth()
812 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false); in testLastCycleBoundaryThisMonthFebruary()
824 sTemplateWifi, 30, TIMEZONE_UTC, 1024L, 1024L, false); in testLastCycleBoundaryLastMonthFebruary()
832 sTemplateWifi, 29, TIMEZONE_UTC, 1024L, 1024L, false); in testCycleBoundaryLeapYear()
874 sTemplateWifi, 31, TIMEZONE_UTC, WARNING_DISABLED, LIMIT_DISABLED, false); in testNextCycleSane()
890 sTemplateWifi, 31, TIMEZONE_UTC, WARNING_DISABLED, LIMIT_DISABLED, false); in testLastCycleSane()
979 sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, 1 * MB_IN_BYTES, 2 * MB_IN_BYTES, false)); in testNetworkPolicyAppliedCycleLastMonth()
1012 setNetworkPolicies(new NetworkPolicy(sTemplateWifi, CYCLE_DAY, TIMEZONE_UTC, 1 in testOverWarningLimitNotification()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsCbEtwsInfo.java169 Time time = new Time(Time.TIMEZONE_UTC); in getPrimaryNotificationTimestamp()
/frameworks/ex/common/java/com/android/common/
DLegacyHttpDateTime.java118 Time time = new Time(Time.TIMEZONE_UTC); in parse()
/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/base/packages/SettingsLib/src/com/android/settingslib/
DNetworkPolicyEditor.java137 cycleTimezone = Time.TIMEZONE_UTC; in buildDefaultPolicy()
/frameworks/base/telephony/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.java1030 return new NetworkPolicy(template, CYCLE_NONE, Time.TIMEZONE_UTC, in newWifiPolicy()
1860 cycleTimezone = Time.TIMEZONE_UTC; in readPolicyAL()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30154 field public static final java.lang.String TIMEZONE_UTC = "UTC";
/frameworks/base/api/
Dcurrent.txt41634 field public static final java.lang.String TIMEZONE_UTC = "UTC";
Dsystem-current.txt45171 field public static final java.lang.String TIMEZONE_UTC = "UTC";