Searched refs:mChildCbToSessions (Results 1 – 2 of 2) sorted by relevance
383 final HashMap<ChildSessionCallback, ChildSessionStateMachine> mChildCbToSessions = field in IkeSessionStateMachine603 synchronized (mChildCbToSessions) { in hasChildSessionCallback()604 return mChildCbToSessions.containsKey(callback); in hasChildSessionCallback()623 synchronized (mChildCbToSessions) { in registerChildSessionCallback()629 mChildCbToSessions.put( in registerChildSessionCallback()898 synchronized (mChildCbToSessions) { in onChildSessionClosed()899 mChildCbToSessions.remove(userCallbacks); in onChildSessionClosed()937 synchronized (mChildCbToSessions) { in onQuitting()938 for (ChildSessionStateMachine child : mChildCbToSessions.values()) { in onQuitting()2291 synchronized (mChildCbToSessions) { in getChildSession()[all …]
4410 synchronized (mIkeSessionStateMachine.mChildCbToSessions) { in testOpenChildSession()4411 assertTrue(mIkeSessionStateMachine.mChildCbToSessions.containsKey(cb)); in testOpenChildSession()4456 synchronized (mIkeSessionStateMachine.mChildCbToSessions) { in testOnChildSessionClosed()4458 mIkeSessionStateMachine.mChildCbToSessions.containsKey( in testOnChildSessionClosed()