Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java416 constructGetImsServiceCommand(true, ImsFeature.FEATURE_MMTEL)); in getMmTelCarrierService()
425 constructGetImsServiceCommand(true, ImsFeature.FEATURE_RCS)); in getRcsCarrierService()
434 constructGetImsServiceCommand(false, ImsFeature.FEATURE_MMTEL)); in getMmTelDeviceService()
443 constructGetImsServiceCommand(false, ImsFeature.FEATURE_RCS)); in getRcsDeviceService()
459 private String constructGetImsServiceCommand(boolean isCarrierService, int featureType) { in constructGetImsServiceCommand() method in ImsServiceConnector.Connection