Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkTemplate.java411 private static void checkValidMatchSubscriberIds(int matchRule, String[] matchSubscriberIds) { in checkValidMatchSubscriberIds() argument
417 if (matchSubscriberIds.length == 0) { in checkValidMatchSubscriberIds()
421 if (CollectionUtils.contains(matchSubscriberIds, null)) { in checkValidMatchSubscriberIds()
431 && CollectionUtils.contains(matchSubscriberIds, null)) { in checkValidMatchSubscriberIds()
486 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate() argument
492 this(getBackwardsCompatibleMatchRule(matchRule), matchSubscriberIds, in NetworkTemplate()
505 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate() argument
512 matchSubscriberIds == null ? new String[]{} : matchSubscriberIds, in NetworkTemplate()
518 public NetworkTemplate(int matchRule, String[] matchSubscriberIds, in NetworkTemplate() argument
522 Objects.requireNonNull(matchSubscriberIds); in NetworkTemplate()
[all …]
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkTemplateTest.kt576 val matchSubscriberIds = in matchOemManagedIdent() constant
581 val templateOemYes = NetworkTemplate(matchType, matchSubscriberIds, in matchOemManagedIdent()
584 val templateOemAll = NetworkTemplate(matchType, matchSubscriberIds, in matchOemManagedIdent()
595 val template = NetworkTemplate(matchType, matchSubscriberIds, in matchOemManagedIdent()