Home
last modified time | relevance | path

Searched refs:PRIMARY_ZONE_FM_TUNER_ADDRESS (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioZonesHelperTest.java184 private static final String PRIMARY_ZONE_FM_TUNER_ADDRESS = "fm_tuner"; field in CarAudioZonesHelperTest
266 generateInputAudioDeviceInfo(PRIMARY_ZONE_FM_TUNER_ADDRESS, TYPE_FM_TUNER), in generateInputDeviceInfos()
897 assertThat(primaryZoneInputAddresses).containsExactly(PRIMARY_ZONE_FM_TUNER_ADDRESS, in loadAudioZones_parsesInputDevices()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioServiceUnitTest.java256 private static final String PRIMARY_ZONE_FM_TUNER_ADDRESS = "FM Tuner"; field in CarAudioServiceUnitTest
1186 service.createAudioPatch(PRIMARY_ZONE_FM_TUNER_ADDRESS, USAGE_MEDIA, DEFAULT_GAIN)); in createAudioPatch_onMediaOutputDevice_failsForConfigurationMissing()
1200 .createAudioPatch(PRIMARY_ZONE_FM_TUNER_ADDRESS, in createAudioPatch_onMediaOutputDevice_failsForMissingPermission()
1214 doReturn(new AudioPatchInfo(PRIMARY_ZONE_FM_TUNER_ADDRESS, MEDIA_TEST_DEVICE, 0)) in createAudioPatch_onMediaOutputDevice_succeeds()
1219 .createAudioPatch(PRIMARY_ZONE_FM_TUNER_ADDRESS, USAGE_MEDIA, DEFAULT_GAIN); in createAudioPatch_onMediaOutputDevice_succeeds()
1224 .that(audioPatch.getSourceAddress()).isEqualTo(PRIMARY_ZONE_FM_TUNER_ADDRESS); in createAudioPatch_onMediaOutputDevice_succeeds()
1236 new CarAudioPatchHandle(0, PRIMARY_ZONE_FM_TUNER_ADDRESS, MEDIA_TEST_DEVICE); in releaseAudioPatch_failsForConfigurationMissing()
1251 new CarAudioPatchHandle(0, PRIMARY_ZONE_FM_TUNER_ADDRESS, MEDIA_TEST_DEVICE); in releaseAudioPatch_failsForMissingPermission()
1265 doReturn(new AudioPatchInfo(PRIMARY_ZONE_FM_TUNER_ADDRESS, MEDIA_TEST_DEVICE, 0)) in releaseAudioPatch_forNullSourceAddress_throwsNullPointerException()
6594 .setAddressName(PRIMARY_ZONE_FM_TUNER_ADDRESS) in generateInputDeviceInfos()