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