Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/media/
DCarAudioManagerUnitTest.java1774 public void getInputDevicesForZoneId() throws Exception { in getInputDevicesForZoneId() method in CarAudioManagerUnitTest
1780 when(mServiceMock.getInputDevicesForZoneId(PRIMARY_AUDIO_ZONE)).thenReturn( in getInputDevicesForZoneId()
1785 List<AudioDeviceInfo> inputDevices = mCarAudioManager.getInputDevicesForZoneId( in getInputDevicesForZoneId()
1796 when(mServiceMock.getInputDevicesForZoneId(PRIMARY_AUDIO_ZONE)).thenReturn( in getInputDevicesForZoneId_withInvalidDevicesInAudioManager()
1801 List<AudioDeviceInfo> inputDevices = mCarAudioManager.getInputDevicesForZoneId( in getInputDevicesForZoneId_withInvalidDevicesInAudioManager()
1810 doThrow(mRemoteException).when(mServiceMock).getInputDevicesForZoneId( in getInputDevicesForZoneId_whenServiceThrowsRemoteException_returnsEmptyList()
1814 .that(mCarAudioManager.getInputDevicesForZoneId(PRIMARY_AUDIO_ZONE)).isEmpty(); in getInputDevicesForZoneId_whenServiceThrowsRemoteException_returnsEmptyList()
/packages/services/Car/car-lib/src/android/car/media/
DICarAudio.aidl71 List<AudioDeviceAttributes> getInputDevicesForZoneId(int zoneId); in getInputDevicesForZoneId() method
DCarAudioManager.java1720 public @NonNull List<AudioDeviceInfo> getInputDevicesForZoneId(int zoneId) { in getInputDevicesForZoneId() method in CarAudioManager
1723 mService.getInputDevicesForZoneId(zoneId), in getInputDevicesForZoneId()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DCarAudioInputTestFragment.java125 if (mCarAudioManager.getInputDevicesForZoneId(audioZoneId).isEmpty()) { in initInputInfo()
DCarAudioZoneInputFragment.java117 mCarAudioManager.getInputDevicesForZoneId(audioZoneId); in initAudioInputInfo()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarAudioService.java270 public List<AudioDeviceAttributes> getInputDevicesForZoneId(int zoneId) { in getInputDevicesForZoneId() method in FakeCarAudioService
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/media/
DCarAudioManagerTest.java147 List<AudioDeviceInfo> info = mCarAudioManager.getInputDevicesForZoneId(PRIMARY_AUDIO_ZONE); in test_getInputDevicesForZoneId()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java3066 public @NonNull List<AudioDeviceAttributes> getInputDevicesForZoneId(int zoneId) {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioServiceUnitTest.java2352 .that(service.getInputDevicesForZoneId(PRIMARY_AUDIO_ZONE)) in getInputDevicesForZoneId_primaryZone()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt283 method TIRAMISU_0 List<AudioDeviceInfo> getInputDevicesForZoneId(int zoneId);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt1687 …AUDIO_SETTINGS) public java.util.List<android.media.AudioDeviceInfo> getInputDevicesForZoneId(int);
/packages/services/Car/car-lib/api/
Dsystem-current.txt1687 …AUDIO_SETTINGS) public java.util.List<android.media.AudioDeviceInfo> getInputDevicesForZoneId(int);
Dtest-current.txt1761 …AUDIO_SETTINGS) public java.util.List<android.media.AudioDeviceInfo> getInputDevicesForZoneId(int);
Dsystem-lint-baseline.txt3288 UnflaggedApi: android.car.media.CarAudioManager#getInputDevicesForZoneId(int):
3289 …be flagged with @FlaggedApi: method android.car.media.CarAudioManager.getInputDevicesForZoneId(int)