Searched refs:IdleTimerParams (Results 1 – 1 of 1) sorted by relevance
9547 private final ArrayMap<String, IdleTimerParams> mActiveIdleTimers = new ArrayMap();9550 private class IdleTimerParams { class in ConnectivityService.LegacyNetworkActivityTracker9554 IdleTimerParams(int timeout, int transport) { in IdleTimerParams() method in ConnectivityService.LegacyNetworkActivityTracker.IdleTimerParams9682 mActiveIdleTimers.put(iface, new IdleTimerParams(timeout, type)); in setupDataActivityTracking()9714 final IdleTimerParams params = mActiveIdleTimers.remove(iface); in removeDataActivityTracking()9776 for (HashMap.Entry<String, IdleTimerParams> ent : mActiveIdleTimers.entrySet()) { in dump()9778 final IdleTimerParams params = ent.getValue(); in dump()