Home
last modified time | relevance | path

Searched defs:zoneIds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DGeolocationTimeZoneSuggestion.java70 @ElapsedRealtimeLong long effectiveFromElapsedMillis, @Nullable List<String> zoneIds) { in GeolocationTimeZoneSuggestion()
94 @ElapsedRealtimeLong long effectiveFromElapsedMillis, @NonNull List<String> zoneIds) { in createCertainSuggestion()
DLocationAlgorithmEvent.java156 List<String> zoneIds = parseZoneIds(suggestionString); in parseCommandLineArg() local
178 ArrayList<String> zoneIds = new ArrayList<>(); in parseZoneIds() local
DMetricsTimeZoneDetectorState.java297 List<String> zoneIds = geolocationSuggestion.getZoneIds(); in createMetricsTimeZoneSuggestion() local
315 private MetricsTimeZoneSuggestion( in MetricsTimeZoneSuggestion()
327 static MetricsTimeZoneSuggestion createCertain( in createCertain()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImplTest.java613 String[] zoneIds = {"Europe/London", "Europe/Paris"}; in testTelephonySuggestionMultipleSlotIndexSuggestionScoringAndSlotIndexBias() local
1864 private LocationAlgorithmEvent createCertainLocationAlgorithmEvent(@NonNull String... zoneIds) { in createCertainLocationAlgorithmEvent()
1896 private GeolocationTimeZoneSuggestion createCertainGeolocationSuggestion( in createCertainGeolocationSuggestion()