Searched refs:updatedCarSubscriptions (Results 1 – 1 of 1) sorted by relevance
1657 List<CarSubscription> updatedCarSubscriptions = new ArrayList<>(); in applySubscriptionChangesLocked() local1660 mSubscriptionManager.diffBetweenCurrentAndStage(updatedCarSubscriptions, in applySubscriptionChangesLocked()1663 if (propertiesToUnsubscribe.isEmpty() && updatedCarSubscriptions.isEmpty()) { in applySubscriptionChangesLocked()1671 + updatedCarSubscriptions + " and the list of properties to unsubscribe is: " in applySubscriptionChangesLocked()1676 if (!updatedCarSubscriptions.isEmpty()) { in applySubscriptionChangesLocked()1677 if (!registerLocked(updatedCarSubscriptions)) { in applySubscriptionChangesLocked()