Searched refs:associatedLayers (Results 1 – 7 of 7) sorted by relevance
83 public VmsAvailableLayers(@NonNull Set<VmsAssociatedLayer> associatedLayers, in VmsAvailableLayers() argument85 this(sequenceNumber, associatedLayers); in VmsAvailableLayers()108 @NonNull Set<VmsAssociatedLayer> associatedLayers) { in VmsAvailableLayers() argument110 this.mAssociatedLayers = associatedLayers; in VmsAvailableLayers()189 Set<VmsAssociatedLayer> associatedLayers = unparcelAssociatedLayers(in); in VmsAvailableLayers() local192 this.mAssociatedLayers = associatedLayers; in VmsAvailableLayers()
101 @NonNull Set<VmsAssociatedLayer> associatedLayers) { in VmsSubscriptionState() argument106 this.mAssociatedLayers = associatedLayers; in VmsSubscriptionState()197 Set<VmsAssociatedLayer> associatedLayers = unparcelAssociatedLayers(in); in VmsSubscriptionState() local203 this.mAssociatedLayers = associatedLayers; in VmsSubscriptionState()
559 VmsAssociatedLayer... associatedLayers) { in assertLayerAvailability() argument565 assertEquals(new HashSet<>(Arrays.asList(associatedLayers)), in assertLayerAvailability()575 VmsAssociatedLayer... associatedLayers) { in assertSubscriptionState() argument577 new HashSet<>(Arrays.asList(associatedLayers))); in assertSubscriptionState()581 Set<VmsAssociatedLayer> associatedLayers) { in assertSubscriptionState() argument587 assertEquals(associatedLayers, subscriptionState.getAssociatedLayers()); in assertSubscriptionState()
357 Set<VmsAssociatedLayer> associatedLayers = in testComplexAvailableLayers() local366 assertEquals(associatedLayers, availableLayers.getAssociatedLayers()); in testComplexAvailableLayers()
363 ArraySet<VmsAssociatedLayer> associatedLayers = in updateSubscriptionState() local366 associatedLayers.add(new VmsAssociatedLayer( in updateSubscriptionState()373 && mSubscriptionState.getAssociatedLayers().equals(associatedLayers)) { in updateSubscriptionState()381 associatedLayers); in updateSubscriptionState()
299 private void assertSubscriptions(VmsAssociatedLayer... associatedLayers) { in assertSubscriptions() argument300 Set<VmsAssociatedLayer> subscriptions = asSet(associatedLayers); in assertSubscriptions()
744 Set<VmsAssociatedLayer> associatedLayers = subscriptionState.getAssociatedLayers(); in createSubscriptionStateMessage() local749 message.add(associatedLayers.size()); in createSubscriptionStateMessage()757 for (VmsAssociatedLayer layer : associatedLayers) { in createSubscriptionStateMessage()