Searched defs:tzi (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerDialog.java44 void onTimeZoneSet(TimeZoneInfo tzi); argument
101 public void onTimeZoneSet(TimeZoneInfo tzi) { argument
103 mTimeZoneSetListener.onTimeZoneSet(tzi);
H A DTimeZoneData.java109 for (TimeZoneInfo tzi : mTimeZones) {
110 if (timeZoneId.equals(tzi.mTzId)) {
276 TimeZoneInfo tzi = mTimeZonesById.get(ids[i]);
277 if (tzi != null) {
278 tzi.mDisplayName = labels[i];
293 private void indexByOffsets(int idx, TimeZoneInfo tzi) { argument
294 int offsetMillis = tzi.getNowOffsetMillis();
517 for (TimeZoneInfo tzi : mTimeZones) {
518 if (tzi.hasSameRules(timeZoneInfo)) {
519 if (tzi
[all...]
H A DTimeZoneInfo.java220 public boolean hasSameRules(TimeZoneInfo tzi) { argument
221 // this.mTz.hasSameRules(tzi.mTz)
223 return this.mRawoffset == tzi.mRawoffset
224 && Arrays.equals(this.mTransitions, tzi.mTransitions);
H A DTimeZonePickerView.java52 void onTimeZoneSet(TimeZoneInfo tzi); argument

Completed in 52 milliseconds