Searched refs:ALLOWED_CARRIER_IDS (Results 1 – 1 of 1) sorted by relevance
34 private static final Set<Integer> ALLOWED_CARRIER_IDS = Set.of(100, 101); field in VcnCellUnderlyingNetworkTemplateTest42 .setSimSpecificCarrierIds(ALLOWED_CARRIER_IDS) in getTestNetworkTemplateBuilder()88 assertEquals(ALLOWED_CARRIER_IDS, networkTemplate.getSimSpecificCarrierIds()); in testBuilderAndGetters()