Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DSubscriptionManager.java119 private static final class RateInfoForClients<ClientType> { class in SubscriptionManager
131 RateInfoForClients() { in RateInfoForClients() method in SubscriptionManager.RateInfoForClients
139 RateInfoForClients(RateInfoForClients other) { in RateInfoForClients() method in SubscriptionManager.RateInfoForClients
262 PairSparseArray<RateInfoForClients<ClientType>> mCurrentRateInfoByClientByPropIdAreaId =
264 PairSparseArray<RateInfoForClients<ClientType>> mStagedRateInfoByClientByPropIdAreaId =
290 new RateInfoForClients<>()); in stageNewOptions()
319 RateInfoForClients<ClientType> rateInfoForClients = in stageUnregister()
526 new RateInfoForClients<>( in cloneCurrentToStageIfClean()
532 PairSparseArray<RateInfoForClients<ClientType>> states) { in dumpStates()
535 RateInfoForClients<ClientType> rateInfoForClients = states.valueAt(i); in dumpStates()