Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstants.java244 public static final String EXTRA_DIAL_DOMAIN = "dial_domain"; field in PhoneConstants
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java2517 extras.putInt(PhoneConstants.EXTRA_DIAL_DOMAIN, NetworkRegistrationInfo.DOMAIN_CS); in testDomainSelectionEmergencyCallCs()
2534 extras.putInt(PhoneConstants.EXTRA_DIAL_DOMAIN, NetworkRegistrationInfo.DOMAIN_PS); in testDomainSelectionEmergencyCallPs()
2555 extras.putInt(PhoneConstants.EXTRA_DIAL_DOMAIN, PhoneConstants.DOMAIN_NON_3GPP_PS); in testDomainSelectionEmergencyCallNon3GppPs()
2582 extras.putInt(PhoneConstants.EXTRA_DIAL_DOMAIN, NetworkRegistrationInfo.DOMAIN_CS); in testDomainSelectionDialCs()
2603 extras.putInt(PhoneConstants.EXTRA_DIAL_DOMAIN, NetworkRegistrationInfo.DOMAIN_PS); in testDomainSelectionDialPs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1527 if (extras != null && extras.containsKey(PhoneConstants.EXTRA_DIAL_DOMAIN)) { in dial()
1528 int domain = extras.getInt(PhoneConstants.EXTRA_DIAL_DOMAIN); in dial()
1553 extras.remove(PhoneConstants.EXTRA_DIAL_DOMAIN); in dial()