Home
last modified time | relevance | path

Searched refs:getGMTHourOffset (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.java378 holder.index.setText(Utils.getGMTHourOffset(timeZone, false)); in getView()
450 sections.add(Utils.getGMTHourOffset(timezone, Utils.isPreL())); in getSections()
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java434 public static String getGMTHourOffset(TimeZone timezone, boolean useShortForm) { in getGMTHourOffset() method in Utils