Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkTemplate.java165 public NetworkTemplate(int matchRule, String subscriberId, String networkId) { in NetworkTemplate() argument
166 this(matchRule, subscriberId, new String[] { subscriberId }, networkId); in NetworkTemplate()
169 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate() argument
171 mMatchRule = matchRule; in NetworkTemplate()
383 private static String getMatchRuleName(int matchRule) { in getMatchRuleName() argument
384 switch (matchRule) { in getMatchRuleName()