Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DSubscriptionManager.java262 PairSparseArray<RateInfoForClients<ClientType>> mCurrentRateInfoByClientByPropIdAreaId = field in SubscriptionManager
348 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 …]