Searched refs:API_AD_SELECTION (Results 1 – 10 of 10) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/ |
D | AppManifestConfigCall.java | 45 public static final int API_AD_SELECTION = field in AppManifestConfigCall 58 API_AD_SELECTION 125 case API_AD_SELECTION: in AppManifestConfigCall() 208 case API_AD_SELECTION: in apiToString()
|
D | AdSelectionServiceFilter.java | 19 import static com.android.adservices.service.common.AppManifestConfigCall.API_AD_SELECTION; 90 adTech, callerPackageName, apiName, devContext, API_AD_SELECTION); in filterRequest() 92 assertAppInAllowList(callerPackageName, apiName, API_AD_SELECTION); in filterRequest()
|
D | FledgeAllowListsFilter.java | 21 import static com.android.adservices.service.common.AppManifestConfigCall.API_AD_SELECTION; 103 } else if (apiType == API_AD_SELECTION) { in isInAllowList()
|
D | FledgeAuthorizationFilter.java | 25 import static com.android.adservices.service.common.AppManifestConfigCall.API_AD_SELECTION; 300 } else if (apiType == API_AD_SELECTION) { in getEnrollmentData() 319 } else if (apiType == API_AD_SELECTION) { in getAdTechIdentifierEnrollmentDataPair() 344 } else if (apiType == API_AD_SELECTION) { in isAllowedAccess()
|
D | AppManifestConfigHelper.java | 19 import static com.android.adservices.service.common.AppManifestConfigCall.API_AD_SELECTION; 131 API_AD_SELECTION, in isAllowedAdSelectionAccess()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | FledgeAllowListsFilterTest.java | 21 import static com.android.adservices.service.common.AppManifestConfigCall.API_AD_SELECTION; 92 PACKAGE_ALLOWED_PAS_1, API_NAME_LOGGING_ID, API_AD_SELECTION); in testIsAllowedAdSelectionSignalsListOnly() 100 PACKAGE_ALLOWED_PPAPI_1, API_NAME_LOGGING_ID, API_AD_SELECTION); in testIsAllowedAdSelectionCaListOnly() 108 PACKAGE_ALLOWED_ALL, API_NAME_LOGGING_ID, API_AD_SELECTION); in testIsAllowedAdSelectionBothLists()
|
D | AppManifestConfigCallTest.java | 19 import static com.android.adservices.service.common.AppManifestConfigCall.API_AD_SELECTION; 207 expect.withMessage("apiToString(%s)", API_AD_SELECTION) in testApiToString() 208 .that(apiToString(API_AD_SELECTION)) in testApiToString()
|
D | AdSelectionServiceFilterTest.java | 21 import static com.android.adservices.service.common.AppManifestConfigCall.API_AD_SELECTION; 255 .assertAppInAllowlist(CALLER_PACKAGE_NAME, API_NAME, API_AD_SELECTION); in testFilterRequestThrowsAppNotAllowedExceptionWhenAppNotInAllowlist()
|
D | AppManifestConfigHelperTest.java | 21 import static com.android.adservices.service.common.AppManifestConfigCall.API_AD_SELECTION; 198 verifyLogUsage(API_AD_SELECTION, RESULT_ALLOWED); in testIsAllowedAdSelectionAccess_sPlus() 621 verifyLogUsage(API_AD_SELECTION, result); in verifyLogUsageForAllApis()
|
D | FledgeAuthorizationFilterTest.java | 27 import static com.android.adservices.service.common.AppManifestConfigCall.API_AD_SELECTION; 593 API_AD_SELECTION); in testAssertAdTechHasCAPermission_hasAdSelectionPermission() 621 API_AD_SELECTION); in testAssertAdTechHasSignalsPermission_hasAdSelectionPermission()
|