Searched refs:screenWindow (Results 1 – 3 of 3) sorted by relevance
41 public ScreenWindow screenWindow = null; field in DistroFilter56 && screenWindow == null && countryCode == null) { in dump()73 if (screenWindow != null) { in dump()74 … String screenWindowStr = "screenWindow: policy is " + screenWindow.policy + ", value is " in dump()75 + screenWindow.value; in dump()
540 if (distroFilterLeft.screenWindow != null && distroFilterRight.screenWindow != null) { in checkDistroFilterDisjoint()541 …if (checkPolicyValueDisjoint(distroFilterLeft.screenWindow.policy, distroFilterLeft.screenWindow.v… in checkDistroFilterDisjoint()542 distroFilterRight.screenWindow.policy, distroFilterRight.screenWindow.value)) { in checkDistroFilterDisjoint()672 if (!checkScreenWindowCovered(featureHap.getDistroFilter().screenWindow, entryHaps)) { in checkFeatureDistroFilter()792 …private static boolean checkScreenWindowCovered(ScreenWindow screenWindow, List<HapVerifyInfo> ent… in checkScreenWindowCovered() argument797 …(hapVerifyInfo.getDistroFilter() == null || hapVerifyInfo.getDistroFilter().screenWindow == null) { in checkScreenWindowCovered()800 if (hapVerifyInfo.getDistroFilter().screenWindow.policy == null) { in checkScreenWindowCovered()804 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().screenWindow.policy)) { in checkScreenWindowCovered()808 include.addAll(hapVerifyInfo.getDistroFilter().screenWindow.value); in checkScreenWindowCovered()809 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().screenWindow.policy)) { in checkScreenWindowCovered()[all …]
516 | screenWindow | ScreenWindow结构体 | 标识DistroFilter中的screenWindow信息 | NA |