Searched refs:MATCH_FORBIDDEN (Results 1 – 9 of 9) sorted by relevance
19 import static android.net.vcn.VcnUnderlyingNetworkTemplate.MATCH_FORBIDDEN;38 .setMetered(MATCH_FORBIDDEN) in getTestNetworkTemplateBuilder()47 .setRoaming(MATCH_FORBIDDEN) in getTestNetworkTemplateBuilder()86 assertEquals(MATCH_FORBIDDEN, networkPriority.getMetered()); in testBuilderAndGetters()101 assertEquals(MATCH_FORBIDDEN, networkPriority.getRoaming()); in testBuilderAndGetters()
19 import static android.net.vcn.VcnUnderlyingNetworkTemplate.MATCH_FORBIDDEN;35 .setMetered(MATCH_FORBIDDEN) in getTestNetworkTemplate()49 assertEquals(MATCH_FORBIDDEN, networkPriority.getMetered()); in testBuilderAndGetters()
24 import static android.net.vcn.VcnUnderlyingNetworkTemplate.MATCH_FORBIDDEN;148 || meteredMatch == MATCH_FORBIDDEN && isMetered) { in checkMatchesPriorityRule()176 } else if (matchCriteria == MATCH_FORBIDDEN && caps.hasCapability(cap)) { in checkMatchesPriorityRule()294 || roamingMatch == MATCH_FORBIDDEN && isRoaming) { in checkMatchesCellPriorityRule()321 } else if (opportunisticMatch == MATCH_FORBIDDEN && !isOpportunistic) { in checkMatchesCellPriorityRule()
20 import static android.net.vcn.VcnUnderlyingNetworkTemplate.MATCH_FORBIDDEN;371 } else if (matchCriteria == MATCH_FORBIDDEN) { in getCellNetworkRequestForSubId()
69 public static final int MATCH_FORBIDDEN = 2; field in VcnUnderlyingNetworkTemplate73 @IntDef({MATCH_ANY, MATCH_REQUIRED, MATCH_FORBIDDEN})81 MATCH_CRITERIA_TO_STRING_MAP.put(MATCH_FORBIDDEN, "MATCH_FORBIDDEN"); in MATCH_CRITERIA_TO_STRING_MAP.put() argument
20 import static android.net.vcn.VcnUnderlyingNetworkTemplate.MATCH_FORBIDDEN;75 .setMetered(MATCH_FORBIDDEN) in testMatchWithoutNotMeteredBit()392 getCellNetworkPriorityBuilder().setRoaming(MATCH_FORBIDDEN).build(); in testMatchWifiFailWithoutNotRoamingBit()434 getCellNetworkPriorityBuilder().setDun(MATCH_FORBIDDEN).build(); in testMatchCellFail_ForbiddenCapabilitiesFound()
24 import static android.net.vcn.VcnCellUnderlyingNetworkTemplate.MATCH_FORBIDDEN;311 .setCbs(MATCH_FORBIDDEN) in testNetworkCallbacksRegisteredOnStartupForNonInternetCapabilities()350 .setCbs(MATCH_FORBIDDEN) in testNetworkCallbacksRegisteredOnStartupWithDedupedtCapabilities()354 networkTemplates.add(builder.setMetered(MATCH_FORBIDDEN).build()); in testNetworkCallbacksRegisteredOnStartupWithDedupedtCapabilities()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
29496 field public static final int MATCH_FORBIDDEN = 2; // 0x2