Searched refs:ALLOWED_PACKAGES (Results 1 – 2 of 2) sorted by relevance
43 private static final Set<String> ALLOWED_PACKAGES = Set.of( field in EmbmsTestStreamingService82 boolean isUidAllowed = Arrays.stream(packageNames).anyMatch(ALLOWED_PACKAGES::contains);
61 private static final Set<String> ALLOWED_PACKAGES = Set.of( field in EmbmsSampleDownloadService78 boolean isUidAllowed = Arrays.stream(packageNames).anyMatch(ALLOWED_PACKAGES::contains);