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.java503 public static class InactivityTimer implements Comparable<InactivityTimer> { class in NetworkAgentInfo
507 public InactivityTimer(int requestId, long expiryMs) { in InactivityTimer() method in NetworkAgentInfo.InactivityTimer