Searched refs:splitAllowList (Results 1 – 6 of 6) 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()
90 AllowLists.splitAllowList( in getDebugKeys()95 new HashSet<>(AllowLists.splitAllowList(blockedEnrollmentsAdIdMatchingString)); in getDebugKeys()198 AllowLists.splitAllowList( in getDebugKeysForVerboseTriggerDebugReport()203 new HashSet<>(AllowLists.splitAllowList(blockedEnrollmentsAdIdMatchingString)); in getDebugKeysForVerboseTriggerDebugReport()
54 allowedPackages.retainAll(AllowLists.splitAllowList(appAllowList)); in removeAllowedPackages()
53 public static List<String> splitAllowList(@NonNull String allowList) { in splitAllowList() method in AllowLists
230 new HashSet<>(AllowLists.splitAllowList(enrollmentBlockList)); in parseCommonSourceParams()239 AllowLists.splitAllowList( in parseCommonSourceParams()
243 new HashSet<>(AllowLists.splitAllowList(enrollmentBlockList)); in parseTrigger()252 AllowLists.splitAllowList( in parseTrigger()