Home
last modified time | relevance | path

Searched refs:gmtoff (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/text/format/
DTime.java133 public long gmtoff; field in Time
313 this.gmtoff = 0; in clear()
488 gmtoff = 0; in parseInternal()
676 this.gmtoff = 0; in parse3339Internal()
794 this.gmtoff = that.gmtoff; in set()
812 this.gmtoff = 0; in set()
835 this.gmtoff = 0; in set()
929 String sign = (gmtoff < 0) ? "-" : "+"; in format3339()
930 int offset = (int) Math.abs(gmtoff); in format3339()
972 public static int getJulianDay(long millis, long gmtoff) { in getJulianDay() argument
[all …]
/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java379 t.gmtoff != 0) { in testParse33390()
386 t.gmtoff != 0) { in testParse33390()
393 t.gmtoff != 0) { in testParse33390()
400 t.gmtoff != 0) { in testParse33390()
407 t.gmtoff != 0) { in testParse33390()
415 t.gmtoff != 0) { in testParse33390()
423 t.gmtoff != 0) { in testParse33390()
553 int julianDay = Time.getJulianDay(millis, time.gmtoff); in disableTestGetJulianDay()
561 int day = Time.getJulianDay(millis, time.gmtoff); in disableTestGetJulianDay()
592 int julianDay = Time.getJulianDay(millis, time.gmtoff); in disableTestSetJulianDay()
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30162 field public long gmtoff;
/frameworks/base/non-updatable-api/
Dcurrent.txt47734 field @Deprecated public long gmtoff;
/frameworks/base/api/
Dcurrent.txt47878 field @Deprecated public long gmtoff;