Searched refs:curPotentialLayerAndPublishers (Results 1 – 1 of 1) sorted by relevance
75 Set<Integer> curPotentialLayerAndPublishers = in setPublishersOffering() local77 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()