Searched defs:matchRule (Results 1 – 2 of 2) sorted by relevance
196 public NetworkTemplate(int matchRule, String subscriberId, String networkId) { in NetworkTemplate()200 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate()206 public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds, in NetworkTemplate()454 private static String getMatchRuleName(int matchRule) { in getMatchRuleName()530 int matchRule = in.readInt(); in getNetworkTemplateFromBackup() local
250 final int matchRule = networkTemplate.getMatchRule(); in getNetworkType() local