Searched refs:GID1 (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierRestrictionRulesTest.java | 51 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 …]
|
D | CarrierResolverTest.java | 299 CarrierId.All.GID1, in query()
|
D | RILTest.java | 1925 c4.matchType = CarrierIdentifier.MatchType.GID1; in testCreateCarrierRestrictionList()
|
/frameworks/base/core/java/android/service/carrier/ |
D | CarrierIdentifier.java | 252 int GID1 = 3; field
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierResolver.java | 482 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()
|
D | RadioResponse.java | 2283 } else if (matchType == CarrierIdentifier.MatchType.GID1) { in convertCarrierList()
|
D | RIL.java | 4150 matchType = CarrierIdentifier.MatchType.GID1; in createCarrierRestrictionList()
|
/frameworks/base/telephony/java/android/provider/ |
D | Telephony.java | 4476 public static final String GID1 = "gid1"; field in Telephony.CarrierId.All
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 61244 Landroid/provider/Telephony$CarrierId$All;->GID1:Ljava/lang/String; 67390 Landroid/service/carrier/CarrierIdentifier$MatchType;->GID1:I
|