Searched refs:mCurrentRateInfoByClientByPropIdAreaId (Results 1 – 1 of 1) sorted by relevance
262 PairSparseArray<RateInfoForClients<ClientType>> mCurrentRateInfoByClientByPropIdAreaId = field in SubscriptionManager348 mCurrentRateInfoByClientByPropIdAreaId = mStagedRateInfoByClientByPropIdAreaId; in commit()365 mStagedRateInfoByClientByPropIdAreaId = mCurrentRateInfoByClientByPropIdAreaId; in dropCommit()370 return new ArraySet<Integer>(mCurrentRateInfoByClientByPropIdAreaId.getFirstKeys()); in getCurrentSubscribedPropIds()378 mCurrentRateInfoByClientByPropIdAreaId.clear(); in clear()388 if (!mCurrentRateInfoByClientByPropIdAreaId.contains(propertyId, areaId)) { in getClients()391 return mCurrentRateInfoByClientByPropIdAreaId.get(propertyId, areaId).getClients(); in getClients()400 dumpStates(writer, mCurrentRateInfoByClientByPropIdAreaId); in dump()440 if (!mCurrentRateInfoByClientByPropIdAreaId.contains(propertyId, areaId) in diffBetweenCurrentAndStage()441 || !(mCurrentRateInfoByClientByPropIdAreaId in diffBetweenCurrentAndStage()[all …]