Searched refs:diffRateInfoByPropIdAreaId (Results 1 – 1 of 1) sorted by relevance
421 PairSparseArray<RateInfo> diffRateInfoByPropIdAreaId = new PairSparseArray<>(); in diffBetweenCurrentAndStage() local449 diffRateInfoByPropIdAreaId.put(propertyId, areaId, newCombinedRateInfo); in diffBetweenCurrentAndStage()453 outDiffSubscriptions.addAll(getCarSubscription(diffRateInfoByPropIdAreaId)); in diffBetweenCurrentAndStage()480 PairSparseArray<RateInfo> diffRateInfoByPropIdAreaId) { in getCarSubscription() argument482 ArraySet<Integer> propertyIds = diffRateInfoByPropIdAreaId.getFirstKeys(); in getCarSubscription()485 ArraySet<Integer> areaIds = diffRateInfoByPropIdAreaId.getSecondKeysForFirstKey( in getCarSubscription()492 RateInfo rateInfo = diffRateInfoByPropIdAreaId.get(propertyId, areaId); in getCarSubscription()