Searched refs:filteredSubscriptions (Results 1 – 1 of 1) sorted by relevance
525 List<CarSubscription> filteredSubscriptions = new ArrayList<>(); in applyStagedChangesLocked() local527 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()