Searched refs:enableMirrorForAudioZones (Results 1 – 12 of 12) sorted by relevance
2970 service.enableMirrorForAudioZones(TEST_MIRROR_AUDIO_ZONES); in requestMediaAudioOnPrimaryZone_withZoneMirroring_fails()3039 service.enableMirrorForAudioZones(TEST_MIRROR_AUDIO_ZONES); in allowMediaAudioOnPrimaryZone_whileMirroring_fails()4202 service.enableMirrorForAudioZones(/* audioZones= */ null)); in enableMirrorForAudioZones_withNullAudioZones()4209 public void enableMirrorForAudioZones() throws Exception { in enableMirrorForAudioZones() method in CarAudioServiceUnitTest4215 service.enableMirrorForAudioZones(TEST_MIRROR_AUDIO_ZONES); in enableMirrorForAudioZones()4231 service.enableMirrorForAudioZones(TEST_MIRROR_AUDIO_ZONES); in enableMirrorForAudioZones_sendsMirrorInfoToAudioHAL()4256 service.enableMirrorForAudioZones(audioZones)); in enableMirrorForAudioZones_forPrimaryZone_fails()4272 service.enableMirrorForAudioZones(TEST_MIRROR_AUDIO_ZONES)); in enableMirrorForAudioZones_forNonAssignedZone_fails()4287 service.enableMirrorForAudioZones(audioZones)); in enableMirrorForAudioZones_forRepeatingZones_fails()4299 service.enableMirrorForAudioZones(TEST_MIRROR_AUDIO_ZONES); in enableMirrorForAudioZones_forAlreadyMirroredZones()[all …]
1559 public void enableMirrorForAudioZones() throws Exception { in enableMirrorForAudioZones() method in CarAudioManagerUnitTest1567 }).when(mServiceMock).enableMirrorForAudioZones(any(int[].class)); in enableMirrorForAudioZones()1569 long requestId = mCarAudioManager.enableMirrorForAudioZones(zonesToMirrorList); in enableMirrorForAudioZones()1580 mCarAudioManager.enableMirrorForAudioZones(/* audioZonesToMirror= */ null)); in enableMirrorForAudioZones_withNullZoneList_fails()1591 doThrow(mRemoteException).when(mServiceMock).enableMirrorForAudioZones(any( in enableMirrorForAudioZones_whenServiceThrowsRemoteException_returnsInvalidId()1595 + "remote exception").that(mCarAudioManager.enableMirrorForAudioZones( in enableMirrorForAudioZones_whenServiceThrowsRemoteException_returnsInvalidId()1642 long requestId = mCarAudioManager.enableMirrorForAudioZones(zonesToMirrorList); in disableAudioMirror()1659 long requestId = mCarAudioManager.enableMirrorForAudioZones(zonesToMirrorList); in disableAudioMirror_whenServiceThrowsRemoteException()
100 long enableMirrorForAudioZones(in int[] audioZones); in enableMirrorForAudioZones() method
1516 public long enableMirrorForAudioZones(@NonNull List<Integer> audioZonesToMirror) { in enableMirrorForAudioZones() method in CarAudioManager1520 return mService.enableMirrorForAudioZones(toIntArray(audioZonesToMirror)); in enableMirrorForAudioZones()
213 public long enableMirrorForAudioZones(int[] audioZones) { in enableMirrorForAudioZones() method in FakeCarAudioService
131 long requestId = mCarAudioManager.enableMirrorForAudioZones(zonesToMirror); in handleEnableMirroringForZones()
1339 public long enableMirrorForAudioZones(int[] audioZones) { in enableMirrorForAudioZones() method in CarAudioService
1052 mCarAudioService.enableMirrorForAudioZones(new int[] {zoneId1, zoneId2}); in runSetAudioMirror()
1674 …roid.car.Car.PERMISSION_CAR_CONTROL_AUDIO_SETTINGS) public long enableMirrorForAudioZones(@NonNull…
1748 …roid.car.Car.PERMISSION_CAR_CONTROL_AUDIO_SETTINGS) public long enableMirrorForAudioZones(@NonNull…
3264 UnflaggedApi: android.car.media.CarAudioManager#enableMirrorForAudioZones(java.util.List<java.lang.…3265 …gged with @FlaggedApi: method android.car.media.CarAudioManager.enableMirrorForAudioZones(java.uti…