Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestRcsFeature.java33 private final TestImsService.ReadyListener mReadyListener;
34 private final TestImsService.RemovedListener mRemovedListener;
35 private final TestImsService.RcsCapabilityExchangeEventListener mCapExchangeEventListener;
39 private final TestImsService.CapabilitiesSetListener mRcsCapabilityChangedListener;
43 private TestImsService.DeviceCapPublishListener mDeviceCapPublishListener;
45 TestRcsFeature(TestImsService.ReadyListener readyListener, in TestRcsFeature()
46 TestImsService.RemovedListener removedListener, in TestRcsFeature()
47 TestImsService.CapabilitiesSetListener setListener, in TestRcsFeature()
48 TestImsService.RcsCapabilityExchangeEventListener capExchangeEventListener) { in TestRcsFeature()
62 TestRcsFeature(TestImsService.ReadyListener readyListener, in TestRcsFeature()
[all …]
DTestImsService.java48 public class TestImsService extends Service { class
172 TestImsService.ReadyListener readyListener = () -> { in createRcsFeatureForSubscription()
178 TestImsService.RemovedListener removedListener = () -> { in createRcsFeatureForSubscription()
185 TestImsService.CapabilitiesSetListener setListener = () -> { in createRcsFeatureForSubscription()
191 TestImsService.RcsCapabilityExchangeEventListener capExchangeEventListener = () -> { in createRcsFeatureForSubscription()
231 TestImsService.ReadyListener readyListener = () -> { in createMmTelFeatureForSubscription()
237 TestImsService.RemovedListener removedListener = () -> { in createMmTelFeatureForSubscription()
244 TestImsService.CapabilitiesSetListener capSetListener = () -> { in createMmTelFeatureForSubscription()
348 TestImsService.ReadyListener readyListener = () -> { in createRcsFeature()
354 TestImsService.RemovedListener removedListener = () -> { in createRcsFeature()
[all …]
DTestMmTelFeature.java45 private final TestImsService.RemovedListener mRemovedListener;
46 private final TestImsService.ReadyListener mReadyListener;
47 private final TestImsService.CapabilitiesSetListener mCapSetListener;
71 TestMmTelFeature(TestImsService.ReadyListener readyListener, in TestMmTelFeature()
72 TestImsService.RemovedListener removedListener, in TestMmTelFeature()
73 TestImsService.CapabilitiesSetListener setListener) { in TestMmTelFeature()
84 TestMmTelFeature(TestImsService.ReadyListener readyListener, in TestMmTelFeature()
85 TestImsService.RemovedListener removedListener, in TestMmTelFeature()
86 TestImsService.CapabilitiesSetListener setListener, Executor executor) { in TestMmTelFeature()
DImsServiceConnector.java100 mCarrierService = ((TestImsService.LocalBinder) service).getService(); in onServiceConnected()
169 TestImsService carrierService = getCarrierService(); in waitForCarrierPackageUnbind()
178 carrierService.waitForLatchCountdown(TestImsService.LATCH_ON_UNBIND); in waitForCarrierPackageUnbind()
193 externalService.waitForLatchCountdown(TestImsService.LATCH_ON_UNBIND); in waitForDevicePackageUnbind()
399 TestImsService.LATCH_FEATURES_READY); in bindCarrierImsService()
411 TestImsService.LATCH_FEATURES_READY); in bindDeviceImsService()
485 private TestImsService mCarrierService;
610 TestImsService.class), mCarrierServiceConn, Context.BIND_AUTO_CREATE); in setupLocalCarrierImsService()
712 public TestImsService getCarrierService() { in getCarrierService()
DImsServiceTest.java462 TestImsService.LATCH_CREATE_RCS); in testCarrierImsServiceBindRcsFeature()
482 TestImsService.LATCH_CREATE_RCS); in testCarrierImsServiceBindRcsFeatureForExecutor()
499 TestImsService.LATCH_CREATE_MMTEL); in testCarrierImsServiceBindMmTelFeature()
504 TestImsService.LATCH_MMTEL_CAP_SET); in testCarrierImsServiceBindMmTelFeature()
521 TestImsService.LATCH_CREATE_RCS)); in testCarrierImsServiceBindRcsFeatureEnableDisableIms()
527 TestImsService.LATCH_ENABLE_IMS)); in testCarrierImsServiceBindRcsFeatureEnableDisableIms()
534 TestImsService.LATCH_DISABLE_IMS)); in testCarrierImsServiceBindRcsFeatureEnableDisableIms()
552 TestImsService.LATCH_CREATE_RCS)); in testCarrierImsServiceBindRcsChangeToMmtel()
561 TestImsService.LATCH_CREATE_MMTEL)); in testCarrierImsServiceBindRcsChangeToMmtel()
565 TestImsService.LATCH_MMTEL_CAP_SET); in testCarrierImsServiceBindRcsChangeToMmtel()
[all …]
DImsServiceTestOnMockModem.java214 .waitForLatchCountdown(TestImsService.LATCH_CREATE_MMTEL)); in triggerFrameworkConnectToCarrierImsService()
216 .waitForLatchCountdown(TestImsService.LATCH_MMTEL_READY)); in triggerFrameworkConnectToCarrierImsService()
DTestRcsCapabilityExchangeImpl.java21 import android.telephony.ims.cts.TestImsService.DeviceCapPublishListener;
DDomainSelectionCrossSimRedialingTestOnMockModem.java290 TestImsService imsService = sServiceConnector.getCarrierService(); in afterTest()
348 TestImsService.LATCH_CREATE_MMTEL); in bindImsServiceUnregistered()
353 TestImsService.LATCH_MMTEL_CAP_SET); in bindImsServiceUnregistered()
DEabControllerTest.java601 .waitForLatchCountdown(TestImsService.LATCH_CREATE_RCS)); in connectTestImsService()
603 .waitForLatchCountdown(TestImsService.LATCH_RCS_READY)); in connectTestImsService()
609 TestImsService.LATCH_UCE_LISTENER_SET)); in connectTestImsService()
DEabBulkCapabilityUpdaterTest.java529 .waitForLatchCountdown(TestImsService.LATCH_CREATE_RCS)); in connectTestImsService()
531 .waitForLatchCountdown(TestImsService.LATCH_RCS_READY)); in connectTestImsService()
537 TestImsService.LATCH_UCE_LISTENER_SET)); in connectTestImsService()
DMmTelFeatureTestOnMockModem.java259 TestImsService imsService = sServiceConnector.getCarrierService(); in afterTest()
652 .waitForLatchCountdown(TestImsService.LATCH_CREATE_MMTEL)); in triggerFrameworkConnectToCarrierImsService()
654 .waitForLatchCountdown(TestImsService.LATCH_MMTEL_READY)); in triggerFrameworkConnectToCarrierImsService()
DImsCallingBase.java337 .waitForLatchCountdown(TestImsService.LATCH_CREATE_MMTEL); in bindImsServiceForCapabilities()
344 .waitForLatchCountdown(TestImsService.LATCH_MMTEL_CAP_SET); in bindImsServiceForCapabilities()
DEmergencyCallDomainSelectionTestOnMockModem.java293 TestImsService imsService = sServiceConnector.getCarrierService(); in afterTest()
1316 TestImsService.LATCH_CREATE_MMTEL); in bindImsServiceUnregistered()
1321 TestImsService.LATCH_MMTEL_CAP_SET); in bindImsServiceUnregistered()
DImsCallingTestOnMockModem.java192 TestImsService imsService = sServiceConnector.getCarrierService(); in afterTest()
DCallDomainSelectionTestOnMockModem.java214 TestImsService imsService = sServiceConnector.getCarrierService(); in afterTest()
DSipDelegateManagerTest.java2417 TestImsService.LATCH_CREATE_MMTEL); in verifyImsServiceState()
2424 TestImsService.LATCH_CREATE_RCS); in verifyImsServiceState()
DRcsUceAdapterTest.java3730 .waitForLatchCountdown(TestImsService.LATCH_CREATE_RCS)); in connectTestImsService()
3732 .waitForLatchCountdown(TestImsService.LATCH_RCS_READY)); in connectTestImsService()
3738 TestImsService.LATCH_UCE_LISTENER_SET)); in connectTestImsService()
DImsCallingTest.java199 TestImsService imsService = sServiceConnector.getCarrierService(); in afterTest()
/cts/tests/tests/telephony/current/TestExternalImsServiceApp/src/android/telephony/cts/externalimsservice/
DTestExternalImsService.java23 import android.telephony.ims.cts.TestImsService;
32 public class TestExternalImsService extends TestImsService {
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DCarrierRoamingSatelliteTestBase.java45 import android.telephony.ims.cts.TestImsService;
144 .waitForLatchCountdown(TestImsService.LATCH_CREATE_MMTEL)); in beforeAllTestBaseForIms()
146 .waitForLatchCountdown(TestImsService.LATCH_MMTEL_READY)); in beforeAllTestBaseForIms()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java54 import android.telephony.ims.cts.TestImsService;
806 .waitForLatchCountdown(TestImsService.LATCH_CREATE_MMTEL)); in triggerFrameworkConnectToCarrierImsService()
808 .waitForLatchCountdown(TestImsService.LATCH_MMTEL_READY)); in triggerFrameworkConnectToCarrierImsService()
829 TestImsService.LATCH_CREATE_MMTEL)); in triggerFrameworkConnectToDeviceImsService()
/cts/tests/tests/telephony/current/
DAndroid.bp23 "src/android/telephony/ims/cts/TestImsService.java",