Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DSubscriptionManager.java420 ArraySet<Integer> possiblePropIdsToUnsubscribe = new ArraySet<>(); in diffBetweenCurrentAndStage() local
433 possiblePropIdsToUnsubscribe.add(propertyId); in diffBetweenCurrentAndStage()
454 for (int i = 0; i < possiblePropIdsToUnsubscribe.size(); i++) { in diffBetweenCurrentAndStage()
455 int possiblePropIdToUnsubscribe = possiblePropIdsToUnsubscribe.valueAt(i); in diffBetweenCurrentAndStage()