Home
last modified time | relevance | path

Searched refs:validateZoneConfigs (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioZoneUnitTest.java374 .that(mTestAudioZone.validateZoneConfigs(/* useCoreAudioRouting= */ false)) in validateZoneConfigs_withValidConfigs_returnsTrue()
381 .that(mTestAudioZone.validateZoneConfigs(/* useCoreAudioRouting= */ false)) in validateZoneConfigs_withoutConfigs_returnsFalse()
393 .that(mTestAudioZone.validateZoneConfigs(/* useCoreAudioRouting= */ false)) in validateZoneConfigs_withWrongZoneIdInZoneConfigs_returnsFalse()
405 .that(mTestAudioZone.validateZoneConfigs(/* useCoreAudioRouting= */ false)) in validateZoneConfigs_withoutDefaultZoneConfig_returnsFalse()
417 .that(mTestAudioZone.validateZoneConfigs(/* useCoreAudioRouting= */ false)) in validateZoneConfigs_withMultipleDefaultZoneConfigs_returnsFalse()
431 .that(mTestAudioZone.validateZoneConfigs(useCoreAudioRouting)) in validateZoneConfigs_withInvalidVolumeGroupsInZoneConfigs_returnsFalse()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioZonesValidator.java97 if (!zone.validateZoneConfigs(useCoreAudioRouting)) { in validateZoneConfigsForEachZone()
DCarAudioZone.java170 boolean validateZoneConfigs(boolean useCoreAudioRouting) { in validateZoneConfigs() method in CarAudioZone
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioZonesValidatorTest.java235 when(zoneMock.validateZoneConfigs(/* useCoreAudioRouting= */ false)) in build()