Home
last modified time | relevance | path

Searched refs:SPN (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierRestrictionRulesTest.java54 private static final String SPN = "spn"; field in CarrierRestrictionRulesTest
204 list.add(new CarrierIdentifier(MCC1, MNC1, SPN, null, GID1, GID2)); in testTestCarrierId_allCarriersAllowed()
205 list.add(new CarrierIdentifier(MCC2, MNC2, SPN, null, null, null)); in testTestCarrierId_allCarriersAllowed()
227 allowedCarriers.add(new CarrierIdentifier(MCC2, MNC2, SPN, null, null, null)); in testTestCarrierId_defaultNotAllowed()
243 list.add(new CarrierIdentifier(MCC1, MNC1, SPN, null, GID1, GID2)); in testTestCarrierId_defaultNotAllowed()
244 list.add(new CarrierIdentifier(MCC2, MNC2, SPN, null, null, null)); in testTestCarrierId_defaultNotAllowed()
312 list.add(new CarrierIdentifier(MCC1, MNC1, SPN, null, GID1, GID2)); // allowed carrier in testTestCarrierId_OneValidCardMustBePresentPolicy_CardPresent()
DCarrierResolverTest.java295 CarrierId.All.SPN, in query()
DRILTest.java2624 c2.matchType = CarrierIdentifier.MatchType.SPN; in testCreateCarrierRestrictionList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUsimServiceTable.java52 SPN, // Service Provider Name enumConstant
/frameworks/base/telephony/java/android/service/carrier/
DCarrierIdentifier.java250 int SPN = 1; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java568 cursor.getString(cursor.getColumnIndexOrThrow(CarrierId.All.SPN)), in makeCarrierMatchingRule()
1065 selection += " AND " + CarrierId.All.SPN + "='" + mvnoData + "'"; in getCarrierIdsFromApnQuery()
1156 + CarrierId.All.SPN + " is NULL AND " in getCursorForMccMnc()
DRILUtils.java1891 matchType = CarrierIdentifier.MatchType.SPN; in convertToHalCarrierRestrictionList()
1927 matchType = CarrierIdentifier.MatchType.SPN; in convertToHalCarrierRestrictionListAidl()
4021 if (matchType == CarrierIdentifier.MatchType.SPN) { in convertHalCarrierList()
4052 if (matchType == CarrierIdentifier.MatchType.SPN) { in convertHalCarrierList()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryTest.kt1128 spn: String = SPN, in spnIntent()
1147 private const val SPN = "testSpn" constant
/frameworks/base/core/java/android/provider/
DTelephony.java4254 public static final String SPN = "spn"; field in Telephony.CarrierId.All
/frameworks/proto_logging/stats/
Datoms.proto16019 // SPN value of the SIM card.
16022 // First record of the PNN in the SIM card. This field is populated only if the SPN is missing
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt42523 Landroid/provider/Telephony$CarrierId$All;->SPN:Ljava/lang/String;
48402 Landroid/service/carrier/CarrierIdentifier$MatchType;->SPN:I