Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DMetricsTimeZoneDetectorState.java265 String suggestionZoneId = manualSuggestion.getZoneId(); in createMetricsTimeZoneSuggestion() local
266 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() local
280 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()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java603 String suggestionZoneId = in makeSlotIndex1SuggestionAndCheckState() local
606 testCase.createSuggestion(SLOT_INDEX1, suggestionZoneId); in makeSlotIndex1SuggestionAndCheckState()