/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | TimeTest.java | 38 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/ |
D | RecurrenceSet.java | 151 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()
|
D | RecurrenceProcessor.java | 28 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/ |
D | Time.java | 61 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/ |
D | NetworkPolicyManagerServiceTest.java | 41 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/ |
D | SmsCbEtwsInfo.java | 169 Time time = new Time(Time.TIMEZONE_UTC); in getPrimaryNotificationTimestamp()
|
/frameworks/ex/common/java/com/android/common/ |
D | LegacyHttpDateTime.java | 118 Time time = new Time(Time.TIMEZONE_UTC); in parse()
|
/frameworks/base/core/java/com/android/internal/http/ |
D | HttpDateTime.java | 118 Time time = new Time(Time.TIMEZONE_UTC); in parse()
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
D | SafeSaxTest.java | 228 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/ |
D | NetworkPolicyEditor.java | 137 cycleTimezone = Time.TIMEZONE_UTC; in buildDefaultPolicy()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 601 Time time = new Time(Time.TIMEZONE_UTC); in getSCTimestampMillis()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 1030 return new NetworkPolicy(template, CYCLE_NONE, Time.TIMEZONE_UTC, in newWifiPolicy() 1860 cycleTimezone = Time.TIMEZONE_UTC; in readPolicyAL()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 30154 field public static final java.lang.String TIMEZONE_UTC = "UTC";
|
/frameworks/base/api/ |
D | current.txt | 41634 field public static final java.lang.String TIMEZONE_UTC = "UTC";
|
D | system-current.txt | 45171 field public static final java.lang.String TIMEZONE_UTC = "UTC";
|