Searched refs:IdleTimerParams (Results 1 – 2 of 2) sorted by relevance
227 private static class IdleTimerParams { class in NetworkManagementService232 IdleTimerParams(int timeout, int type) { in IdleTimerParams() method in NetworkManagementService.IdleTimerParams238 private HashMap<String, IdleTimerParams> mActiveIdleTimers = Maps.newHashMap();1168 IdleTimerParams params = mActiveIdleTimers.get(iface); in addIdleTimer()1180 mActiveIdleTimers.put(iface, new IdleTimerParams(timeout, type)); in addIdleTimer()1198 final IdleTimerParams params = mActiveIdleTimers.get(iface); in removeIdleTimer()2004 for (HashMap.Entry<String, IdleTimerParams> ent : mActiveIdleTimers.entrySet()) { in dump()2006 IdleTimerParams params = ent.getValue(); in dump()
1449 …leTimer$13$NetworkManagementService(Lcom/android/server/NetworkManagementService$IdleTimerParams;)V