Searched refs:associatedLayers (Results 1 – 5 of 5) sorted by relevance
59 public VmsAvailableLayers(@NonNull Set<VmsAssociatedLayer> associatedLayers, int sequence) { in VmsAvailableLayers() argument61 mAssociatedLayers = Collections.unmodifiableSet(associatedLayers); in VmsAvailableLayers()125 List<VmsAssociatedLayer> associatedLayers = new ArrayList<>(); in VmsAvailableLayers() local126 in.readParcelableList(associatedLayers, VmsAssociatedLayer.class.getClassLoader()); in VmsAvailableLayers()127 mAssociatedLayers = Collections.unmodifiableSet(new HashSet(associatedLayers)); in VmsAvailableLayers()
147 List<VmsAssociatedLayer> associatedLayers = new ArrayList<>(); in VmsSubscriptionState() local148 in.readParcelableList(associatedLayers, VmsAssociatedLayer.class.getClassLoader()); in VmsSubscriptionState()150 Collections.unmodifiableSet(new HashSet(associatedLayers)); in VmsSubscriptionState()
552 VmsAssociatedLayer... associatedLayers) { in assertLayerAvailability() argument558 assertEquals(new HashSet<>(Arrays.asList(associatedLayers)), in assertLayerAvailability()568 VmsAssociatedLayer... associatedLayers) { in assertSubscriptionState() argument570 new HashSet<>(Arrays.asList(associatedLayers))); in assertSubscriptionState()574 Set<VmsAssociatedLayer> associatedLayers) { in assertSubscriptionState() argument580 assertEquals(associatedLayers, subscriptionState.getAssociatedLayers()); in assertSubscriptionState()
355 Set<VmsAssociatedLayer> associatedLayers = in testComplexAvailableLayers() local364 assertEquals(associatedLayers, availableLayers.getAssociatedLayers()); in testComplexAvailableLayers()
778 Set<VmsAssociatedLayer> associatedLayers = subscriptionState.getAssociatedLayers(); in createSubscriptionStateMessage() local783 message.add(associatedLayers.size()); in createSubscriptionStateMessage()791 for (VmsAssociatedLayer layer : associatedLayers) { in createSubscriptionStateMessage()