Home
last modified time | relevance | path

Searched refs:ALLOW_ALL (Results 1 – 12 of 12) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DAllowLists.java41 @VisibleForTesting public static final String ALLOW_ALL = "*"; field in AllowLists
50 return ALLOW_ALL.equals(allowList); in doesAllowListAllowAll()
75 if (ALLOW_ALL.equals(allowList)) { in isPackageAllowListed()
99 if (ALLOW_ALL.equals(signatureAllowList)) { in isSignatureAllowListed()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAllowListsTest.java19 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()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/common/
DCleanupUtilsTest.java19 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()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/
DAllowListUtils.java25 private static final String ALLOW_ALL = "*"; field in AllowListUtils
34 if (ALLOW_ALL.equals(allowList)) { in isAllowListed()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DMeasurementServiceImplTest.java2389 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()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/signals/
DProtectedSignalsDaoTest.java364 return AllowLists.ALLOW_ALL; in testDeleteAllDisallowedPackageSignalsAllAllowed()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportAndRegisterEventE2ETest.java1250 return AllowLists.ALLOW_ALL; in getMsmtApiAppAllowList()
DReportAndRegisterEventImplTest.java1267 return AllowLists.ALLOW_ALL; in getMsmtApiAppAllowList()
DReportAndRegisterEventFallbackImplTest.java1616 return AllowLists.ALLOW_ALL; in getMsmtApiAppAllowList()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DTopicsServiceImplTest.java258 when(mMockFlags.getPpapiAppSignatureAllowList()).thenReturn(AllowLists.ALLOW_ALL); in setup()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DFrequencyCapDaoTest.java2923 return AllowLists.ALLOW_ALL; in testDeleteAllDisallowedSourceAppHistogramDataForUninstalledApps()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/customaudience/
DCustomAudienceDaoTest.java1720 return AllowLists.ALLOW_ALL; in testDeleteUninstalledOwnerCustomAudienceData()