Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DGeolocationTimeZoneSuggestion.java67 public GeolocationTimeZoneSuggestion(@Nullable List<String> zoneIds) { in GeolocationTimeZoneSuggestion()
144 List<String> zoneIds = parseZoneIdsArg(zoneIdsString); in parseCommandLineArg() local
156 ArrayList<String> zoneIds = new ArrayList<>(); in parseZoneIdsArg() local
H A DMetricsTimeZoneDetectorState.java258 List<String> zoneIds = geolocationSuggestion.getZoneIds(); in createMetricsTimeZoneSuggestion() local
H A DTimeZoneDetectorStrategyImpl.java451 List<String> zoneIds = latestGeolocationSuggestion.getZoneIds(); in doGeolocationTimeZoneDetection() local
/aosp12/packages/modules/GeoTZ/validation/geonames/src/main/proto/
H A Dvalidation_protos.proto44 repeated string zoneIds = 2; field
/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarZonesAudioFocus.java154 int[] zoneIds = new int[mFocusZones.size()]; in setRestrictFocus() local
212 private void notifyFocusCallback(int[] zoneIds) { in notifyFocusCallback()
H A DCarAudioService.java967 int[] zoneIds = new int[mCarAudioZones.size()]; in getAudioZoneIds() local
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/media/
H A DCarAudioManagerTest.java59 List<Integer> zoneIds = mCarAudioManager.getAudioZoneIds(); in test_getAudioZoneIds() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
H A DCarDuckingTest.java167 int[] zoneIds = new int[]{PRIMARY_ZONE_ID, PASSENGER_ZONE_ID}; in onFocusChange_withMultipleZones_notifiesForEachZone() local
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
H A DCarAudioZonesHelperTest.java171 List<Integer> zoneIds = getListOfZoneIds(zones); in loadAudioZones_parsesAudioZoneId() local
601 List<Integer> zoneIds = new ArrayList<>(); in getListOfZoneIds() local
/aosp12/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
H A DTypes.java286 Result(List<String> isoCountryCodes, List<String> zoneIds) { in Result()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java530 String[] zoneIds = { "Europe/London", "Europe/Paris" }; in testTelephonySuggestionMultipleSlotIndexSuggestionScoringAndSlotIndexBias() local
1059 private static GeolocationTimeZoneSuggestion createGeoLocationSuggestion( in createGeoLocationSuggestion()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/hal/
H A DAudioControlWrapperAidlTest.java389 List<Integer> zoneIds = Arrays.stream(captor.getValue()) in onDevicesToMuteChange_withMultipleZones_passesAlongCorrectZoneInfo() local