Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/media/
DICarAudio.aidl69 String getOutputDeviceAddressForUsage(int zoneId, int usage); in getOutputDeviceAddressForUsage() method
DCarAudioManager.java1695 String deviceAddress = mService.getOutputDeviceAddressForUsage(zoneId, usage); in getOutputDeviceForUsage()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarAudioService.java265 public String getOutputDeviceAddressForUsage(int zoneId, int usage) { in getOutputDeviceAddressForUsage() method in FakeCarAudioService
/packages/services/Car/tests/CarLibUnitTest/src/android/car/media/
DCarAudioManagerUnitTest.java1740 when(mServiceMock.getOutputDeviceAddressForUsage(PRIMARY_AUDIO_ZONE, in getOutputDeviceForUsage()
1755 when(mServiceMock.getOutputDeviceAddressForUsage(PRIMARY_AUDIO_ZONE, in getOutputDeviceForUsage_withDeviceAddressNotFound_returnsNull()
1765 doThrow(mRemoteException).when(mServiceMock).getOutputDeviceAddressForUsage( in getOutputDeviceForUsage_whenServiceThrowsRemoteException_returnsNull()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioServiceUnitTest.java1632 service.getOutputDeviceAddressForUsage(PRIMARY_AUDIO_ZONE, USAGE_MEDIA); in getOutputDeviceAddressForUsage_forMusicUsage()
1646 .getOutputDeviceAddressForUsage(PRIMARY_AUDIO_ZONE, USAGE_MEDIA)); in getOutputDeviceAddressForUsage_withNonDynamicRouting_forMediaUsage_fails()
1657 service.getOutputDeviceAddressForUsage(PRIMARY_AUDIO_ZONE, in getOutputDeviceAddressForUsage_forNavigationUsage()
1669 service.getOutputDeviceAddressForUsage(PRIMARY_AUDIO_ZONE, in getOutputDeviceAddressForUsage_forInvalidUsage_fails()
1681 service.getOutputDeviceAddressForUsage(PRIMARY_AUDIO_ZONE, in getOutputDeviceAddressForUsage_forVirtualUsage_fails()
1693 String mediaDeviceAddress = service.getOutputDeviceAddressForUsage( in getOutputDeviceAddressForUsage_onSecondaryZone_forMusicUsage()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java2874 public String getOutputDeviceAddressForUsage(int zoneId, @AttributeUsage int usage) {