Searched refs:delegateConn2 (Results 1 – 1 of 1) sorted by relevance
531 TestSipDelegateConnection delegateConn2 = new TestSipDelegateConnection(request2); in testSipDialogStateChangesOnMultipleDelegates() local533 TestSipDelegate delegate2 = createSipDelegateConnectionAndVerify(manager, delegateConn2, in testSipDialogStateChangesOnMultipleDelegates()540 verifyRegisteredAndSendSipConfig(delegateConn2, delegate2, registeredTags2, deniedSet, c); in testSipDialogStateChangesOnMultipleDelegates()547 delegateConn2.sendMessageAndVerifyCompletedSuccessfully(invite2); in testSipDialogStateChangesOnMultipleDelegates()551 delegateConn2.verifyMessageReceived(resp2); in testSipDialogStateChangesOnMultipleDelegates()552 delegateConn2.setOperationCountDownLatch(1); in testSipDialogStateChangesOnMultipleDelegates()553 delegateConn2.waitForCountDown(/*ImsUtils.TEST_TIMEOUT_MS*/1000); in testSipDialogStateChangesOnMultipleDelegates()562 delegateConn2.setOperationCountDownLatch(1); in testSipDialogStateChangesOnMultipleDelegates()563 delegateConn2.waitForCountDown(/*ImsUtils.TEST_TIMEOUT_MS*/1000); in testSipDialogStateChangesOnMultipleDelegates()568 verifyRegisteredAndSendSipConfig(delegateConn2, delegate2, request2.getFeatureTags(), in testSipDialogStateChangesOnMultipleDelegates()[all …]