Searched refs:audioPatch (Results 1 – 1 of 1) sorted by relevance
1218 CarAudioPatchHandle audioPatch = service in createAudioPatch_onMediaOutputDevice_succeeds() local1222 .that(audioPatch.getSinkAddress()).isEqualTo(MEDIA_TEST_DEVICE); in createAudioPatch_onMediaOutputDevice_succeeds()1224 .that(audioPatch.getSourceAddress()).isEqualTo(PRIMARY_ZONE_FM_TUNER_ADDRESS); in createAudioPatch_onMediaOutputDevice_succeeds()1226 .that(audioPatch.getHandleId()).isEqualTo(0); in createAudioPatch_onMediaOutputDevice_succeeds()1269 CarAudioPatchHandle audioPatch = mock(CarAudioPatchHandle.class); in releaseAudioPatch_forNullSourceAddress_throwsNullPointerException() local1270 when(audioPatch.getSourceAddress()).thenReturn(null); in releaseAudioPatch_forNullSourceAddress_throwsNullPointerException()1273 () -> service.releaseAudioPatch(audioPatch)); in releaseAudioPatch_forNullSourceAddress_throwsNullPointerException()