Searched refs:doesAllowListAllowAll (Results 1 – 8 of 8) sorted by relevance
74 expect.that(AllowLists.doesAllowListAllowAll(ALLOW_ALL)).isTrue(); in testAppCanUsePpapi_allowAll()80 expect.that(AllowLists.doesAllowListAllowAll(EMPTY_LIST)).isFalse(); in testAppCanUsePpapi_emptyAllowList()88 expect.that(AllowLists.doesAllowListAllowAll(allowList)).isFalse(); in testAppCanUsePpapi_notEmptyAllowList()
55 allowAll = allowAll || AllowLists.doesAllowListAllowAll(appAllowList); in removeAllowedPackages()
134 if (AllowLists.doesAllowListAllowAll(allowlist)) { in isAllowlisted()
50 public static boolean doesAllowListAllowAll(@NonNull String allowList) { in doesAllowListAllowAll() method in AllowLists
402 return !AllowLists.doesAllowListAllowAll(blockedEnrollmentsString)
320 if (AllowLists.doesAllowListAllowAll(allowlist)) { in isAllowlisted()648 if (!AllowLists.doesAllowListAllowAll(enrollmentBlockList) in parseValidateTrigger()
624 if (AllowLists.doesAllowListAllowAll(allowlist)) { in isAllowlisted()
332 if (!AllowLists.doesAllowListAllowAll(enrollmentBlockList) in parseValidateSource()