Searched refs:SPN (Results 1 – 9 of 9) sorted by relevance
/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 | 290 CarrierId.All.SPN, in query()
|
D | RILTest.java | 2429 c2.matchType = CarrierIdentifier.MatchType.SPN; in testCreateCarrierRestrictionList()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UsimServiceTable.java | 51 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 | 487 cursor.getString(cursor.getColumnIndexOrThrow(CarrierId.All.SPN)), in makeCarrierMatchingRule() 952 selection += " AND " + CarrierId.All.SPN + "='" + mvnoData + "'"; in getCarrierIdsFromApnQuery() 1043 + CarrierId.All.SPN + " is NULL AND " in getCursorForMccMnc()
|
D | RadioResponse.java | 2533 if (matchType == CarrierIdentifier.MatchType.SPN) { in convertCarrierList()
|
D | RIL.java | 1687 case "spn" : return MvnoType.SPN; in convertToHalMvnoType() 4694 matchType = CarrierIdentifier.MatchType.SPN; in createCarrierRestrictionList()
|
/frameworks/base/core/java/android/provider/ |
D | Telephony.java | 4726 public static final String SPN = "spn"; field in Telephony.CarrierId.All
|