OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNowOffsetMillis
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java
116
public int
getNowOffsetMillis
() {
253
if (this.
getNowOffsetMillis
() != other.
getNowOffsetMillis
()) {
254
return (other.
getNowOffsetMillis
() < this.
getNowOffsetMillis
()) ? -1 : 1;
TimeZoneData.java
294
int offsetMillis = tzi.
getNowOffsetMillis
();
Completed in 124 milliseconds