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.java134 public long gmtoff; field in Time
314 this.gmtoff = 0; in clear()
489 gmtoff = 0; in parseInternal()
677 this.gmtoff = 0; in parse3339Internal()
796 this.gmtoff = that.gmtoff; in set()
814 this.gmtoff = 0; in set()
837 this.gmtoff = 0; in set()
931 String sign = (gmtoff < 0) ? "-" : "+"; in format3339()
932 int offset = (int) Math.abs(gmtoff); in format3339()
974 public static int getJulianDay(long millis, long gmtoff) { in getJulianDay() argument
[all …]
/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java376 t.gmtoff != 0) { in testParse33390()
383 t.gmtoff != 0) { in testParse33390()
390 t.gmtoff != 0) { in testParse33390()
397 t.gmtoff != 0) { in testParse33390()
404 t.gmtoff != 0) { in testParse33390()
412 t.gmtoff != 0) { in testParse33390()
420 t.gmtoff != 0) { in testParse33390()
550 int julianDay = Time.getJulianDay(millis, time.gmtoff); in disableTestGetJulianDay()
558 int day = Time.getJulianDay(millis, time.gmtoff); in disableTestGetJulianDay()
589 int julianDay = Time.getJulianDay(millis, time.gmtoff); in disableTestSetJulianDay()
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30162 field public long gmtoff;
/frameworks/base/api/
Dcurrent.txt41642 field public long gmtoff;
Dsystem-current.txt45179 field public long gmtoff;