Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1420 List<Integer> propIdsToUnsubscribe = new ArrayList<>(); in updateSubscriptionRateLocked() local
1421 mSubManager.diffBetweenCurrentAndStage(diffSubscribeOptions, propIdsToUnsubscribe); in updateSubscriptionRateLocked()
1430 for (int halPropId : propIdsToUnsubscribe) { in updateSubscriptionRateLocked()