Home
last modified time | relevance | path

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

/cts/tests/tests/vcn/src/android/net/vcn/cts/
DVcnCellUnderlyingNetworkTemplateTest.java34 private static final Set<Integer> ALLOWED_CARRIER_IDS = Set.of(100, 101); field in VcnCellUnderlyingNetworkTemplateTest
42 .setSimSpecificCarrierIds(ALLOWED_CARRIER_IDS) in getTestNetworkTemplateBuilder()
88 assertEquals(ALLOWED_CARRIER_IDS, networkTemplate.getSimSpecificCarrierIds()); in testBuilderAndGetters()