Searched refs:doesAllowListAllowAll (Results 1 – 7 of 7) sorted by relevance
90 assertThat(AllowLists.doesAllowListAllowAll(ALLOW_ALL)).isTrue(); in testAppCanUsePpapi_allowAll()96 assertThat(AllowLists.doesAllowListAllowAll(EMPTY_LIST)).isFalse(); in testAppCanUsePpapi_emptyAllowList()104 assertThat(AllowLists.doesAllowListAllowAll(allowList)).isFalse(); in testAppCanUsePpapi_notEmptyAllowList()
55 allowAll = allowAll || AllowLists.doesAllowListAllowAll(appAllowList); in removeAllowedPackages()
134 if (AllowLists.doesAllowListAllowAll(allowlist)) { in isAllowlisted()
48 public static boolean doesAllowListAllowAll(@NonNull String allowList) { in doesAllowListAllowAll() method in AllowLists
293 if (!AllowLists.doesAllowListAllowAll(enrollmentBlockList) in parseTrigger()431 if (AllowLists.doesAllowListAllowAll(allowlist)) { in isAllowlisted()
285 if (!AllowLists.doesAllowListAllowAll(enrollmentBlockList) in parseCommonSourceParams()
449 return !AllowLists.doesAllowListAllowAll(blockedEnrollmentsString) in canMatchAdIdEnrollments()