Home
last modified time | relevance | path

Searched defs:InactivityTimer (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java516 public static class InactivityTimer implements Comparable<InactivityTimer> { class in NetworkAgentInfo
520 public InactivityTimer(int requestId, long expiryMs) { in InactivityTimer() method in NetworkAgentInfo.InactivityTimer