Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DSubscriptionManager.java264 PairSparseArray<RateInfoForClients<ClientType>> mStagedRateInfoByClientByPropIdAreaId = field in SubscriptionManager
288 if (mStagedRateInfoByClientByPropIdAreaId.get(propertyId, areaId) == null) { in stageNewOptions()
289 mStagedRateInfoByClientByPropIdAreaId.put(propertyId, areaId, in stageNewOptions()
292 mStagedRateInfoByClientByPropIdAreaId.get(propertyId, areaId).add( in stageNewOptions()
315 mStagedRateInfoByClientByPropIdAreaId.getSecondKeysForFirstKey(propertyId); in stageUnregister()
320 mStagedRateInfoByClientByPropIdAreaId.get(propertyId, areaId); in stageUnregister()
328 mStagedRateInfoByClientByPropIdAreaId.remove(propertyId, areaId); in stageUnregister()
348 mCurrentRateInfoByClientByPropIdAreaId = mStagedRateInfoByClientByPropIdAreaId; in commit()
365 mStagedRateInfoByClientByPropIdAreaId = mCurrentRateInfoByClientByPropIdAreaId; in dropCommit()
377 mStagedRateInfoByClientByPropIdAreaId.clear(); in clear()
[all …]