Home
last modified time | relevance | path

Searched refs:propertiesToUnsubscribe (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java1658 List<Integer> propertiesToUnsubscribe = new ArrayList<>(); in applySubscriptionChangesLocked() local
1661 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()