Home
last modified time | relevance | path

Searched refs:delegateConn1 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDelegateManagerTest.java495 TestSipDelegateConnection delegateConn1 = new TestSipDelegateConnection(request1); in testSipDialogStateChangesOnMultipleDelegates() local
496 TestSipDelegate delegate1 = createSipDelegateConnectionAndVerify(manager, delegateConn1, in testSipDialogStateChangesOnMultipleDelegates()
500 verifyRegisteredAndSendSipConfig(delegateConn1, delegate1, registeredTags1, in testSipDialogStateChangesOnMultipleDelegates()
519 delegateConn1.sendMessageAndVerifyCompletedSuccessfully(invite); in testSipDialogStateChangesOnMultipleDelegates()
523 delegateConn1.verifyMessageReceived(resp); in testSipDialogStateChangesOnMultipleDelegates()
524 delegateConn1.setOperationCountDownLatch(1); in testSipDialogStateChangesOnMultipleDelegates()
525 delegateConn1.waitForCountDown(/*ImsUtils.TEST_TIMEOUT_MS*/1000); in testSipDialogStateChangesOnMultipleDelegates()
557 destroySipDelegate(manager, transportImpl, delegateConn1, delegate1); in testSipDialogStateChangesOnMultipleDelegates()
1019 TestSipDelegateConnection delegateConn1 = new TestSipDelegateConnection(request1); in testCreateMultipleDelegates() local
1021 TestSipDelegate delegate1 = createSipDelegateConnectionAndVerify(manager, delegateConn1, in testCreateMultipleDelegates()
[all …]