Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/carrier/
DCarrierIdentifier.java131 public interface MatchType { interface in CarrierIdentifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java1734 if (matchType == CarrierIdentifier.MatchType.SPN) { in responseCarrierIdentifiers()
1736 } else if (matchType == CarrierIdentifier.MatchType.IMSI_PREFIX) { in responseCarrierIdentifiers()
1738 } else if (matchType == CarrierIdentifier.MatchType.GID1) { in responseCarrierIdentifiers()
1740 } else if (matchType == CarrierIdentifier.MatchType.GID2) { in responseCarrierIdentifiers()
DRIL.java3550 int matchType = CarrierIdentifier.MatchType.ALL; in setAllowedCarriers()
3553 matchType = CarrierIdentifier.MatchType.SPN; in setAllowedCarriers()
3556 matchType = CarrierIdentifier.MatchType.IMSI_PREFIX; in setAllowedCarriers()
3559 matchType = CarrierIdentifier.MatchType.GID1; in setAllowedCarriers()
3562 matchType = CarrierIdentifier.MatchType.GID2; in setAllowedCarriers()