Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkTemplate.java176 public NetworkTemplate(int matchRule, String subscriberId, String networkId) { in NetworkTemplate()
180 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate()
186 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate()
432 private static String getMatchRuleName(int matchRule) { in getMatchRuleName()
506 int matchRule = in.readInt(); in getNetworkTemplateFromBackup() local