Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/TestExternalImsServiceApp/src/android/telephony/cts/externalimsservice/
DTestExternalImsService.java66 getImsRegistration().onDeregistered(reason); in onDeregistered()
70 getImsRegistration().onRegistering(registrationTech); in onRegistering()
74 getImsRegistration().onRegistered(registrationTech); in onRegistered()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTestOnMockModem.java189 sServiceConnector.getCarrierService().getImsRegistration() in testTriggerImsDeregistration()
193 sServiceConnector.getCarrierService().getImsRegistration().waitForLatchCountDown( in testTriggerImsDeregistration()
197 .getImsRegistration().isDeregistrationTriggeredByRadio()); in testTriggerImsDeregistration()
200 .getImsRegistration().getDeregistrationTriggeredByRadioReason()); in testTriggerImsDeregistration()
DImsServiceTest.java1130 sServiceConnector.getCarrierService().getImsRegistration().onDeregistered( in testMmTelManagerRegistrationCallbackS()
1239 sServiceConnector.getCarrierService().getImsRegistration().onDeregistered( in testMmTelManagerEmergencyRegistrationCallback()
1311 sServiceConnector.getCarrierService().getImsRegistration().onTechnologyChangeFailed( in testMmTelManagerEmergencyRegistrationCallback()
1328 sServiceConnector.getCarrierService().getImsRegistration().onDeregistered(null, in testMmTelManagerEmergencyRegistrationCallback()
1357 sServiceConnector.getCarrierService().getImsRegistration().onDeregistered( in testMmTelManagerRegistrationCallback()
1412 sServiceConnector.getCarrierService().getImsRegistration().onRegistering( in testMmTelManagerRegistrationCallback()
1417 sServiceConnector.getCarrierService().getImsRegistration().onRegistered( in testMmTelManagerRegistrationCallback()
1422 sServiceConnector.getCarrierService().getImsRegistration().onTechnologyChangeFailed( in testMmTelManagerRegistrationCallback()
1430 sServiceConnector.getCarrierService().getImsRegistration().onTechnologyChangeFailed( in testMmTelManagerRegistrationCallback()
1436 sServiceConnector.getCarrierService().getImsRegistration().onDeregistered(null); in testMmTelManagerRegistrationCallback()
[all …]
DSipDelegateManagerTest.java154 reg = sServiceConnector.getCarrierService().getImsRegistration(); in connect()
491 TestImsRegistration regImpl = sServiceConnector.getCarrierService().getImsRegistration(); in testSipDialogStateChangesOnMultipleDelegates()
793 TestImsRegistration imsReg = sServiceConnector.getCarrierService().getImsRegistration(); in testCreateDestroyDelegateNotDefaultMessagingApp()
841 TestImsRegistration regImpl = sServiceConnector.getCarrierService().getImsRegistration(); in testImsServiceDisconnected()
1015 TestImsRegistration regImpl = sServiceConnector.getCarrierService().getImsRegistration(); in testCreateMultipleDelegates()
1073 TestImsRegistration regImpl = sServiceConnector.getCarrierService().getImsRegistration(); in testCreateDelegateMessagingAppChangesToApp()
DTestImsService.java725 public TestImsRegistration getImsRegistration() { in getImsRegistration() method in TestImsService
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java520 sServiceConnectorSlot0.getCarrierService().getImsRegistration().onDeregistered( in attachCarrierImsServiceAndSetUnregistered()
573 sServiceConnectorSlot0.getCarrierService().getImsRegistration().onRegistered(regTechSlot0); in registerImsForBothSubsAndVerifyAttributes()