Searched refs:matchSubscriberIds (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/java/android/net/ |
H A D | NetworkTemplate.java | 314 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate() argument 320 this(matchRule, subscriberId, matchSubscriberIds, networkId, in NetworkTemplate() 327 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate() argument 330 this(matchRule, subscriberId, matchSubscriberIds, networkId, metered, roaming, in NetworkTemplate() 334 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate() argument 341 mMatchSubscriberIds = matchSubscriberIds; in NetworkTemplate()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/ |
H A D | NetworkTemplateTest.kt | 454 val matchSubscriberIds = arrayOf(subscriberId) regex 456 val templateOemYes = NetworkTemplate(matchType, subscriberId, matchSubscriberIds, 459 val templateOemAll = NetworkTemplate(matchType, subscriberId, matchSubscriberIds, 470 val template = NetworkTemplate(matchType, subscriberId, matchSubscriberIds,
|