Searched refs:IdleTimerParams (Results 1 – 1 of 1) sorted by relevance
305 private static class IdleTimerParams { class in NetworkManagementService310 IdleTimerParams(int timeout, int type) { in IdleTimerParams() method in NetworkManagementService.IdleTimerParams316 private HashMap<String, IdleTimerParams> mActiveIdleTimers = Maps.newHashMap();1485 IdleTimerParams params = mActiveIdleTimers.get(iface); in addIdleTimer()1498 mActiveIdleTimers.put(iface, new IdleTimerParams(timeout, type)); in addIdleTimer()1521 final IdleTimerParams params = mActiveIdleTimers.get(iface); in removeIdleTimer()2423 for (HashMap.Entry<String, IdleTimerParams> ent : mActiveIdleTimers.entrySet()) { in dump()2425 IdleTimerParams params = ent.getValue(); in dump()