Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java52 import android.telephony.ims.cts.ImsServiceConnector;
91 private static ImsServiceConnector sServiceConnectorSlot0;
92 private static ImsServiceConnector sServiceConnectorSlot1;
195 sServiceConnectorSlot0 = new ImsServiceConnector( in beforeAllTests()
197 sServiceConnectorSlot1 = new ImsServiceConnector( in beforeAllTests()
789 private void triggerFrameworkConnectToCarrierImsService(ImsServiceConnector serviceConnector, in triggerFrameworkConnectToCarrierImsService()
817 private void triggerFrameworkConnectToDeviceImsService(ImsServiceConnector serviceConnector, in triggerFrameworkConnectToDeviceImsService()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTestOnMockModem.java65 private static ImsServiceConnector sServiceConnector;
118 sServiceConnector = new ImsServiceConnector(InstrumentationRegistry.getInstrumentation()); in beforeAllTests()
DImsCallingBase.java61 protected static ImsServiceConnector sServiceConnector;
217 sServiceConnector = new ImsServiceConnector(InstrumentationRegistry.getInstrumentation()); in beforeAllTestsBase()
DEabControllerTest.java83 private static ImsServiceConnector sServiceConnector;
154 sServiceConnector = new ImsServiceConnector(InstrumentationRegistry.getInstrumentation()); in beforeAllTests()
DImsServiceConnector.java47 public class ImsServiceConnector { class
494 public ImsServiceConnector(Instrumentation instrumentation) { in ImsServiceConnector() method in ImsServiceConnector
DEabBulkCapabilityUpdaterTest.java84 private static ImsServiceConnector sServiceConnector;
152 sServiceConnector = new ImsServiceConnector(InstrumentationRegistry.getInstrumentation()); in beforeAllTests()
DMmTelFeatureTestOnMockModem.java108 private static ImsServiceConnector sServiceConnector;
190 sServiceConnector = new ImsServiceConnector(InstrumentationRegistry.getInstrumentation()); in beforeAllTests()
DSipDelegateManagerTest.java189 private static ImsServiceConnector sServiceConnector;
213 sServiceConnector = new ImsServiceConnector(InstrumentationRegistry.getInstrumentation()); in beforeAllTests()
DRcsUceAdapterTest.java131 private static ImsServiceConnector sServiceConnector;
188 sServiceConnector = new ImsServiceConnector(InstrumentationRegistry.getInstrumentation()); in beforeAllTests()
DImsServiceTest.java129 private static ImsServiceConnector sServiceConnector;
362 sServiceConnector = new ImsServiceConnector(InstrumentationRegistry.getInstrumentation()); in beforeAllTests()
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DCarrierRoamingSatelliteTestBase.java43 import android.telephony.ims.cts.ImsServiceConnector;
73 protected static ImsServiceConnector sServiceConnector;
127 sServiceConnector = new ImsServiceConnector( in beforeAllTestBaseForIms()