Searched refs:validateZoneConfigs (Results 1 – 4 of 4) sorted by relevance
374 .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()
97 if (!zone.validateZoneConfigs(useCoreAudioRouting)) { in validateZoneConfigsForEachZone()
170 boolean validateZoneConfigs(boolean useCoreAudioRouting) { in validateZoneConfigs() method in CarAudioZone
235 when(zoneMock.validateZoneConfigs(/* useCoreAudioRouting= */ false)) in build()