Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarDuckingTest.java239 int[] zoneIds = new int[]{PRIMARY_ZONE_ID, PASSENGER_ZONE_ID}; in onFocusChange_withMultipleZones_notifiesForEachZone() local
255 int[] zoneIds = new int[]{PRIMARY_ZONE_ID}; in onFocusChange_withOemServiceAvailable_notifiesForEachZone() local
270 int[] zoneIds = new int[]{PRIMARY_ZONE_ID}; in onFocusChange_withOemServiceReady_notifiesForEachZone() local
286 int[] zoneIds = new int[]{PRIMARY_ZONE_ID}; in onFocusChange_withOemDucking_notifiesForEachZone() local
302 int[] zoneIds = new int[]{PRIMARY_ZONE_ID}; in onFocusChange_withOemDuckingAndReturnMedia_ducksMedia() local
320 int[] zoneIds = new int[]{PRIMARY_ZONE_ID}; in onFocusChange_withOemDuckingCalledTwice_unducksMedia() local
DCarAudioMirrorRequestHandlerTest.java540 public void onAudioZonesMirrorStatusChanged(int[] zoneIds, int status) { in onAudioZonesMirrorStatusChanged()
DCarAudioServiceUnitTest.java6928 public void onAudioZonesMirrorStatusChanged(int[] zoneIds, int status) { in onAudioZonesMirrorStatusChanged()
/packages/modules/GeoTZ/validation/geonames/src/main/proto/
Dvalidation_protos.proto44 repeated string zoneIds = 2; field
/packages/services/Car/service/src/com/android/car/audio/
DCarZonesAudioFocus.java181 ArraySet<Integer> zoneIds = new ArraySet<>(); in reevaluateAndRegainAudioFocusList() local
230 int[] zoneIds = new int[mFocusZones.size()]; in setRestrictFocus() local
303 private void notifyFocusListeners(int[] zoneIds) { in notifyFocusListeners()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/media/
DCarAudioManagerTest.java98 List<Integer> zoneIds = mCarAudioManager.getAudioZoneIds(); in test_getAudioZoneIds() local
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DTypes.java287 Result(List<String> isoCountryCodes, List<String> zoneIds) { in Result()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/hal/
DAudioControlWrapperAidlTest.java611 List<Integer> zoneIds = Arrays.stream(captor.getValue()) in onDevicesToMuteChange_withMultipleZones_passesAlongCorrectZoneInfo() local