Searched refs:DOMAIN_NON_3GPP_PS (Results 1 – 5 of 5) sorted by relevance
25 import static com.android.internal.telephony.PhoneConstants.DOMAIN_NON_3GPP_PS;108 if (future != null) future.complete(DOMAIN_NON_3GPP_PS); in onWlanSelected()182 future.complete(DOMAIN_NON_3GPP_PS); in onQualifiedNetworksChanged()
251 public static final int DOMAIN_NON_3GPP_PS = 4; field in PhoneConstants
26 import static com.android.internal.telephony.PhoneConstants.DOMAIN_NON_3GPP_PS;156 assertEquals((long) DOMAIN_NON_3GPP_PS, (long) future.get()); in testSelectDomainWifi()
2555 extras.putInt(PhoneConstants.EXTRA_DIAL_DOMAIN, PhoneConstants.DOMAIN_NON_3GPP_PS); in testDomainSelectionEmergencyCallNon3GppPs()
1542 } else if (domain == PhoneConstants.DOMAIN_NON_3GPP_PS) { in dial()