Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDelegateManagerTest.java413 TransportInterfaces ifaces = new TransportInterfaces(getDefaultRequest(), in testSipDialogStateChanges() local
415 ifaces.connect(); in testSipDialogStateChanges()
417 ShellIdentityUtils.invokeThrowableMethodWithShellPermissionsNoReturn(ifaces.manager, in testSipDialogStateChanges()
425 ifaces.delegateConn.setOperationCountDownLatch(1); in testSipDialogStateChanges()
426 ifaces.delegateConn.waitForCountDown(1000); in testSipDialogStateChanges()
429 sendChatInvite(attr, ifaces); in testSipDialogStateChanges()
432 receive200OkResponse(attr, ifaces); in testSipDialogStateChanges()
433 ifaces.delegateConn.setOperationCountDownLatch(1); in testSipDialogStateChanges()
434 ifaces.delegateConn.waitForCountDown(1000); in testSipDialogStateChanges()
438 sendAck(attr, ifaces); in testSipDialogStateChanges()
[all …]