Searched refs:childTwo (Results 1 – 1 of 1) sorted by relevance
1816 ChildSessionStateMachine childTwo = mock(ChildSessionStateMachine.class); in testRemoteDeleteMultipleChildSession() local1824 createChildAndGetChildSessionSmCallback(childTwo, childTwoRemoteSpi); in testRemoteDeleteMultipleChildSession()1840 verifyChildReceiveDeleteRequest(childTwo, inboundDelPayloads); in testRemoteDeleteMultipleChildSession()1852 outboundDeleteChildPayloadsReady(childSmCbTwo, outDelPayloadTwo, true /*isResp*/, childTwo); in testRemoteDeleteMultipleChildSession()2067 ChildSessionStateMachine childTwo = mock(ChildSessionStateMachine.class); in testKillChildSessions() local2069 registerChildStateMachine(mock(ChildSessionCallback.class), childTwo); in testKillChildSessions() local2078 verify(childTwo).killSession(); in testKillChildSessions()