Home
last modified time | relevance | path

Searched refs:getCarSystemContextIds (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioContextTest.java717 public void getCarSystemContextIds() { in getCarSystemContextIds() method in CarAudioContextTest
718 List<Integer> systemContextIds = CarAudioContext.getCarSystemContextIds(); in getCarSystemContextIds()
760 CarAudioContext.getCarSystemContextIds()); in validateAllAudioAttributesSupported_forCarSystemContextsOnly_fails()
857 new ArraySet<Integer>(TEST_CAR_AUDIO_CONTEXT.getCarSystemContextIds()); in getAllCarSystemContextInfo_verifyContents()
/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeGroupFactory.java112 List<Integer> nonLegacyCarSystemContexts = CarAudioContext.getCarSystemContextIds(); in setNonLegacyContexts()
DCarAudioContext.java704 static List<Integer> getCarSystemContextIds() { in getCarSystemContextIds() method in CarAudioContext
DCarAudioZonesHelper.java1018 if (isVersionOne() && CarAudioContext.getCarSystemContextIds().contains(audioContext)) {