Searched refs:mLayerSubscriptions (Results 1 – 1 of 1) sorted by relevance
55 private Map<VmsLayer, Set<IBinder>> mLayerSubscriptions = new ArrayMap<>(); field in VmsRouting109 mLayerSubscriptions.computeIfAbsent(layer, k -> new ArraySet<>()); in addSubscription()128 mLayerSubscriptions.getOrDefault(layer, Collections.emptySet()); in removeSubscription()136 mLayerSubscriptions.remove(layer); in removeSubscription()213 mLayerSubscriptions.entrySet().stream() in removeDeadSubscriber()253 subscribers.addAll(mLayerSubscriptions.getOrDefault(layer, Collections.emptySet())); in getSubscribersForLayerFromPublisher()271 return mLayerSubscriptions.containsKey(layer); in hasLayerSubscriptions()292 new ArraySet<>(mLayerSubscriptions.keySet()), in getSubscriptionState()