Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java525 List<CarSubscription> filteredSubscriptions = new ArrayList<>(); in applyStagedChangesLocked() local
527 mSubscriptionManager.diffBetweenCurrentAndStage(/* out */ filteredSubscriptions, in applyStagedChangesLocked()
532 + " subscribed at the same or a higher rate: " + filteredSubscriptions); in applyStagedChangesLocked()
535 if (!filteredSubscriptions.isEmpty()) { in applyStagedChangesLocked()
537 mPropertyHalService.subscribeProperty(filteredSubscriptions); in applyStagedChangesLocked()