Searched refs:ALLOW_ALL (Results 1 – 12 of 12) sorted by relevance
41 @VisibleForTesting public static final String ALLOW_ALL = "*"; field in AllowLists50 return ALLOW_ALL.equals(allowList); in doesAllowListAllowAll()75 if (ALLOW_ALL.equals(allowList)) { in isPackageAllowListed()99 if (ALLOW_ALL.equals(signatureAllowList)) { in isSignatureAllowListed()
19 import static com.android.adservices.service.common.AllowLists.ALLOW_ALL;90 assertThat(AllowLists.doesAllowListAllowAll(ALLOW_ALL)).isTrue(); in testAppCanUsePpapi_allowAll()91 assertThat(AllowLists.isPackageAllowListed(ALLOW_ALL, SOME_PACKAGE_NAME)).isTrue(); in testAppCanUsePpapi_allowAll()141 assertThat(AllowLists.isSignatureAllowListed(mContext, ALLOW_ALL, SOME_PACKAGE_NAME)) in testSignatureAllowList_allowAll()
19 import static com.android.adservices.service.common.AllowLists.ALLOW_ALL;116 packageList, CONTEXT.getPackageManager(), Arrays.asList(ALLOW_ALL)); in testCleanupNotAllowed()163 Arrays.asList(CommonFixture.TEST_PACKAGE_NAME_1, ALLOW_ALL)); in testCleanupMultipleAllowListsWildCard()
25 private static final String ALLOW_ALL = "*"; field in AllowListUtils34 if (ALLOW_ALL.equals(allowList)) { in isAllowListed()
2389 String allowList = denied ? AllowLists.ALLOW_NONE : AllowLists.ALLOW_ALL; in updateAppPackageAccessResolverDenied()2396 String allowList = denied ? AllowLists.ALLOW_NONE : AllowLists.ALLOW_ALL; in updateAppPackageAccessResolverDeniedEnableApiStatusAllowListCheck()2401 String allowList = denied ? AllowLists.ALLOW_NONE : AllowLists.ALLOW_ALL; in updateAppPackageResolverWebAppDenied()
364 return AllowLists.ALLOW_ALL; in testDeleteAllDisallowedPackageSignalsAllAllowed()
1250 return AllowLists.ALLOW_ALL; in getMsmtApiAppAllowList()
1267 return AllowLists.ALLOW_ALL; in getMsmtApiAppAllowList()
1616 return AllowLists.ALLOW_ALL; in getMsmtApiAppAllowList()
258 when(mMockFlags.getPpapiAppSignatureAllowList()).thenReturn(AllowLists.ALLOW_ALL); in setup()
2923 return AllowLists.ALLOW_ALL; in testDeleteAllDisallowedSourceAppHistogramDataForUninstalledApps()
1720 return AllowLists.ALLOW_ALL; in testDeleteUninstalledOwnerCustomAudienceData()