Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDelegateManagerTest.java138 public TestSipDelegateConnection delegateConn; field in SipDelegateManagerTest.TransportInterfaces
155 delegateConn = new TestSipDelegateConnection(request); in connect()
157 delegate = createSipDelegateConnectionAndVerify(manager, delegateConn, in connect()
170 verifyRegisteredAndSendSipConfig(delegateConn, delegate, request.getFeatureTags(), in connect()
182 verifyOutgoingTransport(delegateConn, delegate); in connectAndVerify()
183 verifyIncomingTransport(delegateConn, delegate); in connectAndVerify()
425 ifaces.delegateConn.setOperationCountDownLatch(1); in testSipDialogStateChanges()
426 ifaces.delegateConn.waitForCountDown(1000); in testSipDialogStateChanges()
433 ifaces.delegateConn.setOperationCountDownLatch(1); in testSipDialogStateChanges()
434 ifaces.delegateConn.waitForCountDown(1000); in testSipDialogStateChanges()
[all …]