/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierRestrictionRulesTest.java | 49 private static final String SPN = "spn"; field in CarrierRestrictionRulesTest 199 list.add(new CarrierIdentifier(MCC1, MNC1, SPN, null, GID1, GID2)); in testTestCarrierId_allCarriersAllowed() 200 list.add(new CarrierIdentifier(MCC2, MNC2, SPN, null, null, null)); in testTestCarrierId_allCarriersAllowed() 222 allowedCarriers.add(new CarrierIdentifier(MCC2, MNC2, SPN, null, null, null)); in testTestCarrierId_defaultNotAllowed() 238 list.add(new CarrierIdentifier(MCC1, MNC1, SPN, null, GID1, GID2)); in testTestCarrierId_defaultNotAllowed() 239 list.add(new CarrierIdentifier(MCC2, MNC2, SPN, null, null, null)); in testTestCarrierId_defaultNotAllowed() 307 list.add(new CarrierIdentifier(MCC1, MNC1, SPN, null, GID1, GID2)); // allowed carrier in testTestCarrierId_OneValidCardMustBePresentPolicy_CardPresent()
|
D | CarrierResolverTest.java | 294 CarrierId.All.SPN, in query()
|
D | RILTest.java | 2803 c2.matchType = CarrierIdentifier.MatchType.SPN; in testCreateCarrierRestrictionList()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UsimServiceTable.java | 52 SPN, // Service Provider Name enumConstant
|
/frameworks/base/telephony/java/android/service/carrier/ |
D | CarrierIdentifier.java | 250 int SPN = 1; field
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierResolver.java | 566 cursor.getString(cursor.getColumnIndexOrThrow(CarrierId.All.SPN)), in makeCarrierMatchingRule() 1062 selection += " AND " + CarrierId.All.SPN + "='" + mvnoData + "'"; in getCarrierIdsFromApnQuery() 1153 + CarrierId.All.SPN + " is NULL AND " in getCursorForMccMnc()
|
D | RILUtils.java | 1870 matchType = CarrierIdentifier.MatchType.SPN; in convertToHalCarrierRestrictionList() 1906 matchType = CarrierIdentifier.MatchType.SPN; in convertToHalCarrierRestrictionListAidl() 4201 if (matchType == CarrierIdentifier.MatchType.SPN) { in convertHalCarrierList() 4229 if (matchType == CarrierIdentifier.MatchType.SPN) { in convertHalCarrierList()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | MobileConnectionRepositoryTest.kt | 802 spn: String = SPN, in <lambda>() 820 private const val SPN = "testSpn" in <lambda>() constant
|
/frameworks/base/core/java/android/provider/ |
D | Telephony.java | 4179 public static final String SPN = "spn"; field in Telephony.CarrierId.All
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 14821 // SPN value of the SIM card. 14824 // First record of the PNN in the SIM card. This field is populated only if the SPN is missing
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 43166 Landroid/provider/Telephony$CarrierId$All;->SPN:Ljava/lang/String; 49045 Landroid/service/carrier/CarrierIdentifier$MatchType;->SPN:I
|