Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierRestrictionRulesTest.java51 private static final String GID1 = "80"; field in CarrierRestrictionRulesTest
61 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testBuilderAllowedAndExcludedCarriers()
96 GID1, null)); in testBuilderWildCharacter()
117 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testBuilderDefaultAllowed()
156 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testParcel()
199 list.add(new CarrierIdentifier(MCC1, MNC1, SPN, null, GID1, GID2)); in testTestCarrierId_allCarriersAllowed()
202 list.add(new CarrierIdentifier(MCC4, MNC4, null, null, GID1, null)); in testTestCarrierId_allCarriersAllowed()
224 allowedCarriers.add(new CarrierIdentifier(MCC4, MNC4, null, null, GID1, null)); in testTestCarrierId_defaultNotAllowed()
238 list.add(new CarrierIdentifier(MCC1, MNC1, SPN, null, GID1, GID2)); in testTestCarrierId_defaultNotAllowed()
241 list.add(new CarrierIdentifier(MCC4, MNC4, null, null, GID1, null)); in testTestCarrierId_defaultNotAllowed()
[all …]
DCarrierResolverTest.java299 CarrierId.All.GID1, in query()
DRILTest.java1925 c4.matchType = CarrierIdentifier.MatchType.GID1; in testCreateCarrierRestrictionList()
/frameworks/base/core/java/android/service/carrier/
DCarrierIdentifier.java252 int GID1 = 3; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java482 cursor.getString(cursor.getColumnIndexOrThrow(CarrierId.All.GID1)), in makeCarrierMatchingRule()
954 selection += " AND " + CarrierId.All.GID1 + "='" + mvnoData + "'"; in getCarrierIdsFromApnQuery()
1000 + CarrierId.All.GID1 + " is NULL AND " in getCarrierIdFromMccMnc()
DRadioResponse.java2283 } else if (matchType == CarrierIdentifier.MatchType.GID1) { in convertCarrierList()
DRIL.java4150 matchType = CarrierIdentifier.MatchType.GID1; in createCarrierRestrictionList()
/frameworks/base/telephony/java/android/provider/
DTelephony.java4476 public static final String GID1 = "gid1"; field in Telephony.CarrierId.All
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt61244 Landroid/provider/Telephony$CarrierId$All;->GID1:Ljava/lang/String;
67390 Landroid/service/carrier/CarrierIdentifier$MatchType;->GID1:I