Searched refs:splitAllowList (Results 1 – 11 of 11) sorted by relevance
98 assertThat(AllowLists.splitAllowList(EMPTY_LIST)).isEmpty(); in testAppCanUsePpapi_emptyAllowList()108 assertThat(AllowLists.splitAllowList(allowList)) in testAppCanUsePpapi_notEmptyAllowList()121 assertThat(AllowLists.splitAllowList(listWithSpace)) in testAppCanUsePpapi_havingSpaces()135 assertThat(AllowLists.splitAllowList(listWithLineSeparator)) in testAppCanUsePpapi_havingLineSeparators()
97 AllowLists.splitAllowList( in getDebugKeys()102 new HashSet<>(AllowLists.splitAllowList(blockedEnrollmentsAdIdMatchingString)); in getDebugKeys()229 AllowLists.splitAllowList( in getDebugKeysForVerboseTriggerDebugReport()234 new HashSet<>(AllowLists.splitAllowList(blockedEnrollmentsAdIdMatchingString)); in getDebugKeysForVerboseTriggerDebugReport()
56 allowedApps.addAll(AllowLists.splitAllowList(appAllowList)); in removeAllowedPackages()
69 List<String> allowedUrls = AllowLists.splitAllowList(allowlist);
54 public static List<String> splitAllowList(@NonNull String allowList) { in splitAllowList() method in AllowLists
137 Set<String> elements = new HashSet<>(AllowLists.splitAllowList(allowlist)); in isAllowlisted()
292 new HashSet<>(AllowLists.splitAllowList(enrollmentBlockList)); in parseTrigger()301 AllowLists.splitAllowList( in parseTrigger()434 Set<String> elements = new HashSet<>(AllowLists.splitAllowList(allowlist)); in isAllowlisted()
284 new HashSet<>(AllowLists.splitAllowList(enrollmentBlockList)); in parseCommonSourceParams()293 AllowLists.splitAllowList( in parseCommonSourceParams()
225 List<String> allowedUrls = AllowLists.splitAllowList(allowlist); in getUriFromAllowlist()
206 List<String> allowedUrls = AllowLists.splitAllowList(allowlist); in fetchNewKeys()
104 return AllowLists.splitAllowList(overrideAllowList); in getAllowedPackages()