Searched refs:splitAllowList (Results 1 – 11 of 11) sorted by relevance
82 expect.that(AllowLists.splitAllowList(EMPTY_LIST)).isEmpty(); in testAppCanUsePpapi_emptyAllowList()92 expect.that(AllowLists.splitAllowList(allowList)) in testAppCanUsePpapi_notEmptyAllowList()105 expect.that(AllowLists.splitAllowList(listWithSpace)) in testAppCanUsePpapi_havingSpaces()122 expect.that(AllowLists.splitAllowList(listWithLineSeparator)) in testAppCanUsePpapi_havingLineSeparators()
127 AllowLists.splitAllowList( in getDebugKeysForVerboseTriggerDebugReport()314 AllowLists.splitAllowList(400 new HashSet<>(AllowLists.splitAllowList(blockedEnrollmentsString));
64 for (String str : AllowLists.splitAllowList(mAllowList)) { in getListOfUrisFromCommaSeparatedAllowlist()
210 List<String> allowedUrls = AllowLists.splitAllowList(allowlist); in fetchNewKeys()
56 allowedApps.addAll(AllowLists.splitAllowList(appAllowList)); in removeAllowedPackages()
137 Set<String> elements = new HashSet<>(AllowLists.splitAllowList(allowlist)); in isAllowlisted()
56 public static List<String> splitAllowList(@NonNull String allowList) { in splitAllowList() method in AllowLists
323 Set<String> elements = new HashSet<>(AllowLists.splitAllowList(allowlist)); in isAllowlisted()647 new HashSet<>(AllowLists.splitAllowList(enrollmentBlockList)); in parseValidateTrigger()656 AllowLists.splitAllowList( in parseValidateTrigger()
331 new HashSet<>(AllowLists.splitAllowList(enrollmentBlockList)); in parseValidateSource()340 AllowLists.splitAllowList( in parseValidateSource()
627 Set<String> elements = new HashSet<>(AllowLists.splitAllowList(allowlist)); in isAllowlisted()
104 return AllowLists.splitAllowList(overrideAllowList); in getAllowedPackages()