Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/vms/
DVmsClientInfo.java156 VmsAssociatedLayer associatedLayer = layers.get(index); in setSubscriptions() local
157 if (associatedLayer.getProviderIds().isEmpty()) { in setSubscriptions()
158 layerSubscriptions.add(associatedLayer.getVmsLayer()); in setSubscriptions()
160 layerAndProviderSubscriptions.put(associatedLayer.getVmsLayer(), in setSubscriptions()
161 new ArraySet<>(associatedLayer.getProviderIds())); in setSubscriptions()
DVmsLayerAvailability.java116 VmsAssociatedLayer associatedLayer = new VmsAssociatedLayer(availableLayer, in calculateLayers() local
118 associatedLayerSet.add(associatedLayer); in calculateLayers()