Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java398 sServiceConnector.getCarrierService().getMmTelFeature()); in testCarrierImsServiceBindMmTelFeature()
595 sServiceConnector.getCarrierService().getMmTelFeature()); in testBindDeviceAndCarrierSameFeature()
642 sServiceConnector.getCarrierService().getMmTelFeature()); in testBindDeviceAndCarrierUpdateToSameFeature()
667 assertTrue(sServiceConnector.getCarrierService().getMmTelFeature() in testMmTelSendSms()
680 .getMmTelFeature().getSmsImplementation().sentPdu); in testMmTelSendSms()
694 assertTrue(sServiceConnector.getCarrierService().getMmTelFeature() in testMmTelSendSmsDeliveryReportQCompat()
702 .getMmTelFeature().getSmsImplementation().sentPdu); in testMmTelSendSmsDeliveryReportQCompat()
705 sServiceConnector.getCarrierService().getMmTelFeature().getSmsImplementation() in testMmTelSendSmsDeliveryReportQCompat()
729 assertTrue(sServiceConnector.getCarrierService().getMmTelFeature() in testMmTelSendSmsDeliveryReportR()
737 .getMmTelFeature().getSmsImplementation().sentPdu); in testMmTelSendSmsDeliveryReportR()
[all …]
DTestImsService.java371 public TestMmTelFeature getMmTelFeature() { in getMmTelFeature() method in TestImsService
DSipDelegateManagerTest.java2050 + "called!", sServiceConnector.getCarrierService().getMmTelFeature()); in verifyImsServiceState()
/cts/tests/tests/telephony/current/TestExternalImsServiceApp/src/android/telephony/cts/externalimsservice/
DTestExternalImsService.java53 return (getMmTelFeature() != null); in isMmTelFeatureCreated()