Searched refs:sContextToIkeSmMap (Results 1 – 1 of 1) sorted by relevance
217 private static final HashMap<Context, Set<IkeSessionStateMachine>> sContextToIkeSmMap = field in IkeSessionStateMachine572 if (!sContextToIkeSmMap.containsKey(context)) { in IkeSessionStateMachine()579 sContextToIkeSmMap.put(context, new HashSet<IkeSessionStateMachine>()); in IkeSessionStateMachine()581 sContextToIkeSmMap.get(context).add(this); in IkeSessionStateMachine()1155 Set<IkeSessionStateMachine> ikeSet = sContextToIkeSmMap.get(mContext); in onQuitting()1159 sContextToIkeSmMap.remove(mContext); in onQuitting()