Searched refs:mChildCbToSessions (Results 1 – 2 of 2) sorted by relevance
425 final HashMap<ChildSessionCallback, ChildSessionStateMachine> mChildCbToSessions = field in IkeSessionStateMachine804 synchronized (mChildCbToSessions) { in hasChildSessionCallback()805 return mChildCbToSessions.containsKey(callback); in hasChildSessionCallback()824 synchronized (mChildCbToSessions) { in registerChildSessionCallback()830 mChildCbToSessions.put( in registerChildSessionCallback()1185 synchronized (mChildCbToSessions) { in onChildSessionClosed()1186 mChildCbToSessions.remove(userCallbacks); in onChildSessionClosed()1225 synchronized (mChildCbToSessions) { in onQuitting()1226 for (ChildSessionStateMachine child : mChildCbToSessions.values()) { in onQuitting()2831 synchronized (mChildCbToSessions) { in getChildSession()[all …]
5648 synchronized (mIkeSessionStateMachine.mChildCbToSessions) { in testOpenChildSession()5649 assertTrue(mIkeSessionStateMachine.mChildCbToSessions.containsKey(cb)); in testOpenChildSession()5704 synchronized (mIkeSessionStateMachine.mChildCbToSessions) { in testOnChildSessionClosed()5706 mIkeSessionStateMachine.mChildCbToSessions.containsKey( in testOnChildSessionClosed()