Searched refs:countryCode (Results 1 – 3 of 3) sorted by relevance
46 public CountryCode countryCode = null; field in DistroFilter56 && screenWindow == null && countryCode == null) { in dump()78 if (countryCode != null) { in dump()79 …String countryCodeStr = "countryCode: policy is " + countryCode.policy + ", value is " + countryCo… in dump()
546 if (distroFilterLeft.countryCode != null && distroFilterRight.countryCode != null) { in checkDistroFilterDisjoint()547 …if (checkPolicyValueDisjoint(distroFilterLeft.countryCode.policy, distroFilterLeft.countryCode.val… in checkDistroFilterDisjoint()548 distroFilterRight.countryCode.policy, distroFilterRight.countryCode.value)) { in checkDistroFilterDisjoint()680 if (!checkCountryCodeCovered(featureHap.getDistroFilter().countryCode, entryHaps)) { in checkFeatureDistroFilter()886 …private static boolean checkCountryCodeCovered(CountryCode countryCode, List<HapVerifyInfo> entryH… in checkCountryCodeCovered() argument891 … (hapVerifyInfo.getDistroFilter() == null || hapVerifyInfo.getDistroFilter().countryCode == null) { in checkCountryCodeCovered()894 if (hapVerifyInfo.getDistroFilter().countryCode.policy == null) { in checkCountryCodeCovered()898 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().countryCode.policy)) { in checkCountryCodeCovered()902 include.addAll(hapVerifyInfo.getDistroFilter().countryCode.value); in checkCountryCodeCovered()903 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().countryCode.policy)) { in checkCountryCodeCovered()[all …]
517 | countryCode | CountryCode结构体 | 标识DistroFilter中的countryCode信息 | NA |