Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioContextTest.java246 for (@AudioContext int audioContext : TEST_CAR_AUDIO_CONTEXT.getAllContextsIds()) { in getAudioAttributesForContext_returnsUniqueValuesForAllContexts()
694 .that(TEST_CAR_AUDIO_CONTEXT.getAllContextsIds()) in getAllContextIds_returnsAllContext()
712 .that(TEST_CAR_AUDIO_CONTEXT.getAllContextsIds()) in getAllContextIds_failsForInvalid()
742 TEST_CAR_AUDIO_CONTEXT.getAllContextsIds()); in validateAllAudioAttributesSupported()
769 new ArraySet<Integer>(TEST_CAR_AUDIO_CONTEXT.getAllContextsIds()); in getAllContextsInfo()
783 new ArraySet<Integer>(TEST_CAR_AUDIO_CONTEXT.getAllContextsIds()); in getAllContextsInfo_sameSizeAsGetAllContextsIds()
920 for (@AudioContext int audioContext : TEST_CAR_AUDIO_CONTEXT.getAllContextsIds()) { in isOemExtensionAudioContext_returnsAlwaysFalse()
DFocusInteractionTest.java144 int n = carAudioContext.getAllContextsIds().size() + 1; in getInteractionMatrix_returnsNByNMatrix()
DCarAudioServiceUnitTest.java4137 .that(useCoreAudioCarAudioService.getCarAudioContext().getAllContextsIds().size()) in getVolumeGroupAndContextCount()
4140 .that(useCoreAudioCarAudioService.getCarAudioContext().getAllContextsIds()) in getVolumeGroupAndContextCount()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioZoneConfig.java297 List<Integer> allContexts = carAudioContext.getAllContextsIds(); in validateVolumeGroups()
DCarAudioContext.java689 List<Integer> getAllContextsIds() { in getAllContextsIds() method in CarAudioContext
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioZonesHelperTest.java642 .getAllContextsIds()); in loadAudioZones_parsesContexts()
693 .containsExactlyElementsIn(TEST_CAR_AUDIO_CONTEXT.getAllContextsIds()); in loadAudioZones_versionTwoParsesContexts()