Lines Matching refs:stream
27 import java.util.stream.Collectors;
28 import java.util.stream.Stream;
314 long noDuplicatedCount = hapVerifyInfo.getAbilityNames().stream().distinct().count(); in checkAbilityNameIsValid()
716 flatMap(Collection::stream).distinct().collect(Collectors.toList()); in checkApiVersionCovered()
723 include = include.stream().distinct().collect(Collectors.toList()); in checkApiVersionCovered()
726 exclude = exclude.stream().distinct().collect(Collectors.toList()); in checkApiVersionCovered()
764 flatMap(Collection::stream).distinct().collect(Collectors.toList()); in checkScreenShapeCovered()
771 include = include.stream().distinct().collect(Collectors.toList()); in checkScreenShapeCovered()
774 exclude = exclude.stream().distinct().collect(Collectors.toList()); in checkScreenShapeCovered()
811 flatMap(Collection::stream).distinct().collect(Collectors.toList()); in checkScreenWindowCovered()
818 include = include.stream().distinct().collect(Collectors.toList()); in checkScreenWindowCovered()
821 exclude = exclude.stream().distinct().collect(Collectors.toList()); in checkScreenWindowCovered()
858 flatMap(Collection::stream).distinct().collect(Collectors.toList()); in checkScreenDensityCovered()
865 include = include.stream().distinct().collect(Collectors.toList()); in checkScreenDensityCovered()
868 exclude = exclude.stream().distinct().collect(Collectors.toList()); in checkScreenDensityCovered()
905 flatMap(Collection::stream).distinct().collect(Collectors.toList()); in checkCountryCodeCovered()
912 include = include.stream().distinct().collect(Collectors.toList()); in checkCountryCodeCovered()
915 exclude = exclude.stream().distinct().collect(Collectors.toList()); in checkCountryCodeCovered()