Searched refs:propertiesToUnsubscribe (Results 1 – 1 of 1) sorted by relevance
1658 List<Integer> propertiesToUnsubscribe = new ArrayList<>(); in applySubscriptionChangesLocked() local1661 propertiesToUnsubscribe); in applySubscriptionChangesLocked()1663 if (propertiesToUnsubscribe.isEmpty() && updatedCarSubscriptions.isEmpty()) { in applySubscriptionChangesLocked()1672 + CarPropertyHelper.propertyIdsToString(propertiesToUnsubscribe)); in applySubscriptionChangesLocked()1683 if (!propertiesToUnsubscribe.isEmpty()) { in applySubscriptionChangesLocked()1684 for (int i = 0; i < propertiesToUnsubscribe.size(); i++) { in applySubscriptionChangesLocked()1685 if (!unregisterLocked(propertiesToUnsubscribe.get(i))) { in applySubscriptionChangesLocked()1687 propertiesToUnsubscribe.get(i))); in applySubscriptionChangesLocked()