Searched refs:sContextToIkeSmMap (Results 1 – 1 of 1) sorted by relevance
196 private static final HashMap<Context, Set<IkeSessionStateMachine>> sContextToIkeSmMap = field in IkeSessionStateMachine495 if (!sContextToIkeSmMap.containsKey(context)) { in IkeSessionStateMachine()502 sContextToIkeSmMap.put(context, new HashSet<IkeSessionStateMachine>()); in IkeSessionStateMachine()504 sContextToIkeSmMap.get(context).add(this); in IkeSessionStateMachine()960 Set<IkeSessionStateMachine> ikeSet = sContextToIkeSmMap.get(mContext); in onQuitting()964 sContextToIkeSmMap.remove(mContext); in onQuitting()