Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDelegateManagerTest.java425 ifaces.delegateConn.setOperationCountDownLatch(1); in testSipDialogStateChanges()
433 ifaces.delegateConn.setOperationCountDownLatch(1); in testSipDialogStateChanges()
442 ifaces.delegateConn.setOperationCountDownLatch(1); in testSipDialogStateChanges()
449 ifaces.delegateConn.setOperationCountDownLatch(1); in testSipDialogStateChanges()
524 delegateConn1.setOperationCountDownLatch(1); in testSipDialogStateChangesOnMultipleDelegates()
552 delegateConn2.setOperationCountDownLatch(1); in testSipDialogStateChangesOnMultipleDelegates()
562 delegateConn2.setOperationCountDownLatch(1); in testSipDialogStateChangesOnMultipleDelegates()
865 delegateConn.setOperationCountDownLatch(1); in testImsServiceDisconnected()
913 ifaces.delegateConn.setOperationCountDownLatch(1); in testDelegateRegistrationChanges()
919 ifaces.delegateConn.setOperationCountDownLatch(1); in testDelegateRegistrationChanges()
[all …]
DTestSipDelegateConnection.java292 public void setOperationCountDownLatch(int operationCount) { in setOperationCountDownLatch() method in TestSipDelegateConnection