Searched refs:getCarAudioContext (Results 1 – 14 of 14) sorted by relevance
58 Set<Integer> uniqueContexts = zone.getCarAudioContext() in getAddressesToDuck()60 Set<Integer> contextsToDuck = zone.getCarAudioContext() in getAddressesToDuck()
72 int carAudioContextId = zone.getCarAudioContext() in audioAttributeToMetadata()
403 public CarAudioContext getCarAudioContext() { in getCarAudioContext() method in CarAudioZone
1032 public CarAudioContext getCarAudioContext() {
129 mCarAudioContext = Objects.requireNonNull(mCarAudioZone.getCarAudioContext(), in CarAudioFocus()
1634 int contextForUsage = getCarAudioContext()1855 mCarAudioContext = zonesHelper.getCarAudioContext();3835 CarAudioContext getCarAudioContext() {
355 when(primaryZone.getCarAudioContext()).thenReturn(TEST_CAR_AUDIO_CONTEXT); in generateZoneMocks()361 when(passengerZone.getCarAudioContext()).thenReturn(TEST_CAR_AUDIO_CONTEXT); in generateZoneMocks()368 when(rearZone.getCarAudioContext()).thenReturn(TEST_CAR_AUDIO_CONTEXT); in generateZoneMocks()
227 when(mockZone.getCarAudioContext()).thenReturn(TEST_CAR_AUDIO_CONTEXT); in generateAudioZoneMock()
804 public void getCarAudioContext() { in getCarAudioContext() method in CarAudioZoneUnitTest806 .that(mTestAudioZone.getCarAudioContext()).isEqualTo(TEST_CAR_AUDIO_CONTEXT); in getCarAudioContext()
434 when(zone.getCarAudioContext()).thenReturn(TEST_CAR_AUDIO_CONTEXT); in generateZoneMock()
214 when(mMockCarAudioZone.getCarAudioContext()).thenReturn(TEST_CAR_AUDIO_CONTEXT); in constructor_withNullVolumeInfoWrapper_fails()2047 when(mMockCarAudioZone.getCarAudioContext()).thenReturn(TEST_CAR_AUDIO_CONTEXT); in getCarAudioFocus()
1703 int defaultAudioContext = service.getCarAudioContext() in getSuggestedAudioContextForZone_inPrimaryZone()1714 int defaultAudioContext = service.getCarAudioContext() in getSuggestedAudioContextForZone_inSecondaryZone()4137 .that(useCoreAudioCarAudioService.getCarAudioContext().getAllContextsIds().size()) in getVolumeGroupAndContextCount()4140 .that(useCoreAudioCarAudioService.getCarAudioContext().getAllContextsIds()) in getVolumeGroupAndContextCount()
941 when(mockZone.getCarAudioContext()).thenReturn(TEST_CAR_AUDIO_CONTEXT); in generateAudioZoneMock()
657 CarAudioContext contexts = cazh.getCarAudioContext(); in getCarAudioContext_withOEMContexts()