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.java56 private static final String GID1 = "80"; field in CarrierRestrictionRulesTest
66 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testBuilderAllowedAndExcludedCarriers()
101 GID1, null)); in testBuilderWildCharacter()
122 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testBuilderDefaultAllowed()
161 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testParcel()
204 list.add(new CarrierIdentifier(MCC1, MNC1, SPN, null, GID1, GID2)); in testTestCarrierId_allCarriersAllowed()
207 list.add(new CarrierIdentifier(MCC4, MNC4, null, null, GID1, null)); in testTestCarrierId_allCarriersAllowed()
229 allowedCarriers.add(new CarrierIdentifier(MCC4, MNC4, null, null, GID1, null)); in testTestCarrierId_defaultNotAllowed()
243 list.add(new CarrierIdentifier(MCC1, MNC1, SPN, null, GID1, GID2)); in testTestCarrierId_defaultNotAllowed()
246 list.add(new CarrierIdentifier(MCC4, MNC4, null, null, GID1, null)); in testTestCarrierId_defaultNotAllowed()
[all …]
DCarrierResolverTest.java289 CarrierId.All.GID1, in query()
DRILTest.java2634 c4.matchType = CarrierIdentifier.MatchType.GID1; in testCreateCarrierRestrictionList()
/frameworks/base/telephony/java/android/service/carrier/
DCarrierIdentifier.java252 int GID1 = 3; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java565 cursor.getString(cursor.getColumnIndexOrThrow(CarrierId.All.GID1)), in makeCarrierMatchingRule()
1069 selection += " AND " + CarrierId.All.GID1 + "='" + mvnoData + "'"; in getCarrierIdsFromApnQuery()
1153 + CarrierId.All.GID1 + " is NULL AND " in getCursorForMccMnc()
DRILUtils.java1897 matchType = CarrierIdentifier.MatchType.GID1; in convertToHalCarrierRestrictionList()
1933 matchType = CarrierIdentifier.MatchType.GID1; in convertToHalCarrierRestrictionListAidl()
4025 } else if (matchType == CarrierIdentifier.MatchType.GID1) { in convertHalCarrierList()
4056 } else if (matchType == CarrierIdentifier.MatchType.GID1) { in convertHalCarrierList()
/frameworks/base/core/java/android/provider/
DTelephony.java4230 public static final String GID1 = "gid1"; field in Telephony.CarrierId.All
/frameworks/proto_logging/stats/
Datoms.proto16003 * carrier ID table, or the SIM card contains a GID1 value that is not present in the carrier ID
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt42517 Landroid/provider/Telephony$CarrierId$All;->GID1:Ljava/lang/String;
48399 Landroid/service/carrier/CarrierIdentifier$MatchType;->GID1:I