Loading telephony/java/com/android/internal/telephony/PhoneConstants.java +7 −0 Original line number Diff line number Diff line Loading @@ -243,6 +243,13 @@ public class PhoneConstants { /** The key to specify the selected domain for dialing calls. */ public static final String EXTRA_DIAL_DOMAIN = "dial_domain"; /** * Indicates that this call should be routed over Wi-Fi. * An internal extension of NetworkRegistrationInfo's DOMAIN_* constants * to also include NON_3GPP_PS routing for the domain selection service. */ public static final int DOMAIN_NON_3GPP_PS = 4; /** The key to specify the emergency service category */ public static final String EXTRA_EMERGENCY_SERVICE_CATEGORY = "emergency_service_category"; } Loading
telephony/java/com/android/internal/telephony/PhoneConstants.java +7 −0 Original line number Diff line number Diff line Loading @@ -243,6 +243,13 @@ public class PhoneConstants { /** The key to specify the selected domain for dialing calls. */ public static final String EXTRA_DIAL_DOMAIN = "dial_domain"; /** * Indicates that this call should be routed over Wi-Fi. * An internal extension of NetworkRegistrationInfo's DOMAIN_* constants * to also include NON_3GPP_PS routing for the domain selection service. */ public static final int DOMAIN_NON_3GPP_PS = 4; /** The key to specify the emergency service category */ public static final String EXTRA_EMERGENCY_SERVICE_CATEGORY = "emergency_service_category"; }