D | CarrierRestrictionRulesTest.java | 56 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 …]
|