Searched refs:tzId (Results 1 – 3 of 3) sorted by relevance
103 static ManualTimeZoneSuggestion createManualTimeZoneSuggestion(String tzId, String debugInfo) { in createManualTimeZoneSuggestion() argument104 ManualTimeZoneSuggestion suggestion = new ManualTimeZoneSuggestion(tzId); in createManualTimeZoneSuggestion()
205 for(String tzId : recentsString.split(RECENT_TIMEZONES_DELIMITER)) { in saveRecentTimezone()206 if (!recents.contains(tzId) && !id.equals(tzId)) { in saveRecentTimezone()207 recents.add(tzId); in saveRecentTimezone()
127 for (String tzId : tzIds) { in loadTzs()128 if (processedTimeZones.contains(tzId)) { in loadTzs()137 if (!tzId.startsWith("Etc/GMT")) { in loadTzs()141 final TimeZone tz = TimeZone.getTimeZone(tzId); in loadTzs()143 Log.e(TAG, "Timezone not found: " + tzId); in loadTzs()