Searched defs:getNowOffsetMillis (Results 1 - 1 of 1) 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;

Completed in 63 milliseconds