Home
last modified time | relevance | path

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

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