Home
last modified time | relevance | path

Searched refs:gmtoff (Results 1 – 4 of 4) 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()
795 this.gmtoff = that.gmtoff; in set()
813 this.gmtoff = 0; in set()
836 this.gmtoff = 0; in set()
930 String sign = (gmtoff < 0) ? "-" : "+"; in format3339()
931 int offset = (int) Math.abs(gmtoff); in format3339()
973 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/api/
Dcurrent.txt46443 field @Deprecated public long gmtoff;