Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeGroupFactory.java112 List<Integer> nonLegacyCarSystemContexts = CarAudioContext.getCarSystemContextIds(); in setNonLegacyContexts() local
113 for (int index = 0; index < nonLegacyCarSystemContexts.size(); index++) { in setNonLegacyContexts()
114 @AudioContext int audioContext = nonLegacyCarSystemContexts.get(index); in setNonLegacyContexts()