Searched refs:getNowOffsetMillis (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java116 public int getNowOffsetMillis() { method in class:TimeZoneInfo
253 if (this.getNowOffsetMillis() != other.getNowOffsetMillis()) {
254 return (other.getNowOffsetMillis() < this.getNowOffsetMillis()) ? -1 : 1;
H A DTimeZoneData.java294 int offsetMillis = tzi.getNowOffsetMillis();

Completed in 1468 milliseconds