Lines Matching refs:stream
27 import java.util.stream.Collectors;
28 import java.util.stream.Stream;
317 long noDuplicatedCount = hapVerifyInfo.getAbilityNames().stream().distinct().count(); in checkAbilityNameIsValid()
719 flatMap(Collection::stream).distinct().collect(Collectors.toList()); in checkApiVersionCovered()
726 include = include.stream().distinct().collect(Collectors.toList()); in checkApiVersionCovered()
729 exclude = exclude.stream().distinct().collect(Collectors.toList()); in checkApiVersionCovered()
767 flatMap(Collection::stream).distinct().collect(Collectors.toList()); in checkScreenShapeCovered()
774 include = include.stream().distinct().collect(Collectors.toList()); in checkScreenShapeCovered()
777 exclude = exclude.stream().distinct().collect(Collectors.toList()); in checkScreenShapeCovered()
814 flatMap(Collection::stream).distinct().collect(Collectors.toList()); in checkScreenWindowCovered()
821 include = include.stream().distinct().collect(Collectors.toList()); in checkScreenWindowCovered()
824 exclude = exclude.stream().distinct().collect(Collectors.toList()); in checkScreenWindowCovered()
861 flatMap(Collection::stream).distinct().collect(Collectors.toList()); in checkScreenDensityCovered()
868 include = include.stream().distinct().collect(Collectors.toList()); in checkScreenDensityCovered()
871 exclude = exclude.stream().distinct().collect(Collectors.toList()); in checkScreenDensityCovered()
908 flatMap(Collection::stream).distinct().collect(Collectors.toList()); in checkCountryCodeCovered()
915 include = include.stream().distinct().collect(Collectors.toList()); in checkCountryCodeCovered()
918 exclude = exclude.stream().distinct().collect(Collectors.toList()); in checkCountryCodeCovered()