Searched defs:matchRule (Results 1 – 2 of 2) sorted by relevance
237 public NetworkTemplate(int matchRule, String subscriberId, String networkId) { in NetworkTemplate()241 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate()247 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate()580 private static String getMatchRuleName(int matchRule) { in getMatchRuleName()678 int matchRule = in.readInt(); in getNetworkTemplateFromBackup() local
251 final int matchRule = networkTemplate.getMatchRule(); in getNetworkType() local