Searched refs:KeepaliveInfo (Results 1 – 1 of 1) sorted by relevance
68 private final HashMap <NetworkAgentInfo, HashMap<Integer, KeepaliveInfo>> mKeepalives =82 class KeepaliveInfo implements IBinder.DeathRecipient { class in KeepaliveTracker101 public KeepaliveInfo(Messenger messenger, IBinder binder, NetworkAgentInfo nai, in KeepaliveInfo() method in KeepaliveTracker.KeepaliveInfo233 networkKeepalives = new HashMap<Integer, KeepaliveInfo>(); in findFirstFreeSlot()249 KeepaliveInfo ki = (KeepaliveInfo) message.obj; in handleStartKeepalive()257 HashMap <Integer, KeepaliveInfo> networkKeepalives = mKeepalives.get(nai); in handleStopAllKeepalives()259 for (KeepaliveInfo ki : networkKeepalives.values()) { in handleStopAllKeepalives()269 HashMap <Integer, KeepaliveInfo> networkKeepalives = mKeepalives.get(nai); in handleStopKeepalive()274 KeepaliveInfo ki = networkKeepalives.get(slot); in handleStopKeepalive()287 HashMap <Integer, KeepaliveInfo> networkKeepalives = mKeepalives.get(nai); in handleCheckKeepalivesStillValid()[all …]