Searched refs:TestSipTransport (Results 1 – 4 of 4) sorted by relevance
36 public class TestSipTransport extends SipTransportImplBase { class59 public TestSipTransport() { in TestSipTransport() method in TestSipTransport63 public TestSipTransport(Executor executor) { in TestSipTransport() method in TestSipTransport
135 public TestSipTransport transport;490 TestSipTransport transportImpl = sServiceConnector.getCarrierService().getSipTransport(); in testSipDialogStateChangesOnMultipleDelegates()792 TestSipTransport transportImpl = sServiceConnector.getCarrierService().getSipTransport(); in testCreateDestroyDelegateNotDefaultMessagingApp()840 TestSipTransport transportImpl = sServiceConnector.getCarrierService().getSipTransport(); in testImsServiceDisconnected()866 transportImpl.waitForLatchCountdownAndReset(TestSipTransport.LATCH_DESTROY_DELEGATE); in testImsServiceDisconnected()1014 TestSipTransport transportImpl = sServiceConnector.getCarrierService().getSipTransport(); in testCreateMultipleDelegates()1072 TestSipTransport transportImpl = sServiceConnector.getCarrierService().getSipTransport(); in testCreateDelegateMessagingAppChangesToApp()1363 TestSipTransport transportImpl = sServiceConnector.getCarrierService().getSipTransport(); in testFeatureTagDeniedByCarrierConfig()1415 TestSipTransport.LATCH_DESTROY_DELEGATE)); in testCloseActiveDialog()1421 ifaces.transport.waitForLatchCountdownAndReset(TestSipTransport.LATCH_DESTROY_DELEGATE); in testCloseActiveDialog()[all …]
57 private TestSipTransport mTestSipTransport;126 mTestSipTransport = new TestSipTransport(mExecutor); in ImsServiceUT()131 mTestSipTransport = new TestSipTransport(); in ImsServiceUT()303 mTestSipTransport = new TestSipTransport(mExecutor); in ImsServiceUT_compat()308 mTestSipTransport = new TestSipTransport(); in ImsServiceUT_compat()719 public TestSipTransport getSipTransport() { in getSipTransport()
30 "src/android/telephony/ims/cts/TestSipTransport.java",