Searched refs:delegate1 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | SipDelegateManagerTest.java | 496 TestSipDelegate delegate1 = createSipDelegateConnectionAndVerify(manager, delegateConn1, in testSipDialogStateChangesOnMultipleDelegates() local 499 assertNotNull(delegate1); in testSipDialogStateChangesOnMultipleDelegates() 500 verifyRegisteredAndSendSipConfig(delegateConn1, delegate1, registeredTags1, in testSipDialogStateChangesOnMultipleDelegates() 522 delegate1.receiveMessageAndVerifyReceivedCalled(resp); in testSipDialogStateChangesOnMultipleDelegates() 557 destroySipDelegate(manager, transportImpl, delegateConn1, delegate1); in testSipDialogStateChangesOnMultipleDelegates() 1021 TestSipDelegate delegate1 = createSipDelegateConnectionAndVerify(manager, delegateConn1, in testCreateMultipleDelegates() local 1023 assertNotNull(delegate1); in testCreateMultipleDelegates() 1031 verifyRegisteredAndSendSipConfig(delegateConn1, delegate1, registeredTags1, in testCreateMultipleDelegates() 1050 destroySipDelegate(manager, transportImpl, delegateConn1, delegate1); in testCreateMultipleDelegates()
|