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

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerUtils.java32 public class TimeZonePickerUtils { class
33 private static final String TAG = "TimeZonePickerUtils";
48 public TimeZonePickerUtils(Context context) { method in class:TimeZonePickerUtils
H A DTimeZoneInfo.java37 private static final int GMT_TEXT_COLOR = TimeZonePickerUtils.GMT_TEXT_COLOR;
38 private static final int DST_SYMBOL_COLOR = TimeZonePickerUtils.DST_SYMBOL_COLOR;
170 TimeZonePickerUtils.appendGmtOffset(mSB, gmtOffset);
178 mSB.append(TimeZonePickerUtils.getDstSymbol()); // Sun symbol

Completed in 166 milliseconds