Searched refs:suggestionZoneId (Results 1 – 2 of 2) sorted by relevance
265 String suggestionZoneId = manualSuggestion.getZoneId(); in createMetricsTimeZoneSuggestion() local266 String[] metricZoneIds = includeFullZoneIds ? new String[] { suggestionZoneId } : null; in createMetricsTimeZoneSuggestion()267 int[] zoneIdOrdinals = new int[] { zoneIdOrdinalGenerator.ordinal(suggestionZoneId) }; in createMetricsTimeZoneSuggestion()279 String suggestionZoneId = telephonySuggestion.getZoneId(); in createMetricsTimeZoneSuggestion() local280 if (suggestionZoneId == null) { in createMetricsTimeZoneSuggestion()283 String[] metricZoneIds = includeFullZoneIds ? new String[] { suggestionZoneId } : null; in createMetricsTimeZoneSuggestion()284 int[] zoneIdOrdinals = new int[] { zoneIdOrdinalGenerator.ordinal(suggestionZoneId) }; in createMetricsTimeZoneSuggestion()
603 String suggestionZoneId = in makeSlotIndex1SuggestionAndCheckState() local606 testCase.createSuggestion(SLOT_INDEX1, suggestionZoneId); in makeSlotIndex1SuggestionAndCheckState()