Searched refs:mCurrentRateInfoByClientByPropIdAreaId (Results 1 – 1 of 1) sorted by relevance
262 PairSparseArray<RateInfoForClients<ClientType>> mCurrentRateInfoByClientByPropIdAreaId = field in SubscriptionManager349 mCurrentRateInfoByClientByPropIdAreaId = mStagedRateInfoByClientByPropIdAreaId; in commit()366 mStagedRateInfoByClientByPropIdAreaId = mCurrentRateInfoByClientByPropIdAreaId; in dropCommit()371 return new ArraySet<Integer>(mCurrentRateInfoByClientByPropIdAreaId.getFirstKeys()); in getCurrentSubscribedPropIds()379 mCurrentRateInfoByClientByPropIdAreaId.clear(); in clear()389 if (!mCurrentRateInfoByClientByPropIdAreaId.contains(propertyId, areaId)) { in getClients()392 return mCurrentRateInfoByClientByPropIdAreaId.get(propertyId, areaId).getClients(); in getClients()401 dumpStates(writer, mCurrentRateInfoByClientByPropIdAreaId); in dump()442 if (!mCurrentRateInfoByClientByPropIdAreaId.contains(propertyId, areaId) in diffBetweenCurrentAndStage()443 || !(mCurrentRateInfoByClientByPropIdAreaId in diffBetweenCurrentAndStage()[all …]