Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioServiceUnitTest.java1218 CarAudioPatchHandle audioPatch = service in createAudioPatch_onMediaOutputDevice_succeeds() local
1222 .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() local
1270 when(audioPatch.getSourceAddress()).thenReturn(null); in releaseAudioPatch_forNullSourceAddress_throwsNullPointerException()
1273 () -> service.releaseAudioPatch(audioPatch)); in releaseAudioPatch_forNullSourceAddress_throwsNullPointerException()