Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DVmsLayersAvailability.java75 Set<Integer> curPotentialLayerAndPublishers = in setPublishersOffering() local
77 if (curPotentialLayerAndPublishers == null) { in setPublishersOffering()
78 curPotentialLayerAndPublishers = new HashSet<>(); in setPublishersOffering()
79 mPotentialLayersAndPublishers.put(layer, curPotentialLayerAndPublishers); in setPublishersOffering()
81 curPotentialLayerAndPublishers.add(offering.getPublisherId()); in setPublishersOffering()