Home
last modified time | relevance | path

Searched refs:TIMEZONE_UTC (Results 1 – 14 of 14) 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/opt/calendar/src/com/android/calendarcommon/
DRecurrenceSet.java142 String tz = Time.TIMEZONE_UTC; in parseRecurrenceDates()
188 Time start = new Time(tzidParam == null ? Time.TIMEZONE_UTC : tzid); in populateContentValues()
195 tzid = Time.TIMEZONE_UTC; in populateContentValues()
217 start.timezone = Time.TIMEZONE_UTC; in populateContentValues()
281 dtstartTime = new Time(Time.TIMEZONE_UTC); in populateComponent()
340 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/net/
DNetworkPolicyManager.java134 final Time now = new Time(Time.TIMEZONE_UTC); in computeLastCycleBoundary()
160 final Time now = new Time(Time.TIMEZONE_UTC); in computeNextCycleBoundary()
/frameworks/base/core/java/android/text/format/
DTime.java36 public static final String TIMEZONE_UTC = "UTC"; field in Time
441 timezone = TIMEZONE_UTC; in parse()
485 timezone = TIMEZONE_UTC; in parse3339()
711 } else if (TIMEZONE_UTC.equals(timezone)) { in format3339()
DDateUtils.java1193 startDate = new Time(Time.TIMEZONE_UTC); in formatDateRange()
1208 endDate = new Time(Time.TIMEZONE_UTC); in formatDateRange()
/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/telephony/java/android/telephony/
DSmsCbMessage.java432 Time time = new Time(Time.TIMEZONE_UTC); in getTimestampMillis()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java566 Time time = new Time(Time.TIMEZONE_UTC); in getSCTimestampMillis()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java809 final Time time = new Time(Time.TIMEZONE_UTC); in formatTime()
/frameworks/base/services/java/com/android/server/net/
DNetworkPolicyManagerService.java897 final Time time = new Time(Time.TIMEZONE_UTC); in ensureActiveMobilePolicyLocked()
/frameworks/base/api/
Dcurrent.txt20493 field public static final java.lang.String TIMEZONE_UTC = "UTC";
D14.txt20493 field public static final java.lang.String TIMEZONE_UTC = "UTC";