Searched refs:mThrottleStatus (Results 1 – 1 of 1) sorted by relevance
73 private final Map<Integer, ThrottleStatus> mThrottleStatus = new ConcurrentHashMap<>(); field in DataThrottler202 ThrottleStatus oldStatus = mThrottleStatus.get(apnType); in setRetryTimeInternal()210 mThrottleStatus.put(apnType, newStatus); in setRetryTimeInternal()241 ThrottleStatus status = mThrottleStatus.get(apnType); in getRetryTime()264 for (ThrottleStatus throttleStatus : mThrottleStatus.values()) { in resetInternal()336 new ArrayList<>(mThrottleStatus.values()); in registerForThrottleStatusChanges()