Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/vms/
DVmsLayerAvailability.java113 ArraySet<VmsAssociatedLayer> associatedLayerSet = new ArraySet<>(); in calculateLayers() local
118 associatedLayerSet.add(associatedLayer); in calculateLayers()
120 mAvailableAssociatedLayers = Collections.unmodifiableSet(associatedLayerSet); in calculateLayers()