Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestSipTransport.java36 public class TestSipTransport extends SipTransportImplBase { class
59 public TestSipTransport() { in TestSipTransport() method in TestSipTransport
63 public TestSipTransport(Executor executor) { in TestSipTransport() method in TestSipTransport
DSipDelegateManagerTest.java135 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 …]
DTestImsService.java57 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()
/cts/tests/tests/telephony/current/
DAndroid.bp30 "src/android/telephony/ims/cts/TestSipTransport.java",