Home
last modified time | relevance | path

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

/aosp_15_r20/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java2841 Phone testPhone = setupConnectionServiceInApmForDomainSelection(true); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_InService()
2880 Phone testPhone = setupConnectionServiceInApmForDomainSelection(true); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_Timeout()
2905 Phone testPhone = setupConnectionServiceInApmForDomainSelection(true); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_CombinedAttach()
2941 Phone testPhone = setupConnectionServiceInApmForDomainSelection(true); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_PsOnly()
2978 Phone testPhone = setupConnectionServiceInApmForDomainSelection(true); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_PsOnly_ImsRegistered()
3015 Phone testPhone = setupConnectionServiceInApmForDomainSelection(true); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_DiscardDialing()
4203 private Phone setupConnectionServiceInApmForDomainSelection(boolean normalRouting) { in setupConnectionServiceInApmForDomainSelection() method in TelephonyConnectionServiceTest