Searched refs:ZonePreference (Results 1 – 1 of 1) sorted by relevance
67 final List<ZonePreference> zonePrefs = new ArrayList<>(zoneList.size()); in onCreatePreferences()69 zonePrefs.add(new ZonePreference(themedContext, zone)); in onCreatePreferences()95 if (preference instanceof ZonePreference) { in onPreferenceTreeClick()115 if (!(pref instanceof ZonePreference)) { in updateZones()118 final ZonePreference zonePref = (ZonePreference) pref; in updateZones()123 private static class ZonePreference extends CheckBoxPreference { class in TimeZoneFragment126 public ZonePreference(Context context, Map<? extends String, ?> zone) { in ZonePreference() method in TimeZoneFragment.ZonePreference137 private static class ZonePrefComparator implements Comparator<ZonePreference> {138 public int compare(ZonePreference zone1, ZonePreference zone2) { in compare()