Home
last modified time | relevance | path

Searched refs:celApiNameId (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DFledgeConsentFilter.java72 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiName); in assertCallerHasApiUserConsent() local
73 if (celApiNameId != AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PPAPI_NAME_UNSPECIFIED) { in assertCallerHasApiUserConsent()
76 celApiNameId); in assertCallerHasApiUserConsent()
105 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiName); in assertAndPersistCallerHasUserConsentForApp() local
106 if (celApiNameId != AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PPAPI_NAME_UNSPECIFIED) { in assertAndPersistCallerHasUserConsentForApp()
109 celApiNameId); in assertAndPersistCallerHasUserConsentForApp()
128 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiName); in assertEnrollmentShouldBeScheduled() local
148 if (celApiNameId != AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PPAPI_NAME_UNSPECIFIED) { in assertEnrollmentShouldBeScheduled()
151 celApiNameId); in assertEnrollmentShouldBeScheduled()
161 if (celApiNameId != AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PPAPI_NAME_UNSPECIFIED) { in assertEnrollmentShouldBeScheduled()
[all …]
DFledgeAuthorizationFilter.java141 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiNameLoggingId); in assertCallingPackageName() local
142 if (celApiNameId != AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PPAPI_NAME_UNSPECIFIED) { in assertCallingPackageName()
145 celApiNameId); in assertCallingPackageName()
207 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiNameLoggingId); in logAndThrowPermissionFailure() local
208 if (celApiNameId != AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PPAPI_NAME_UNSPECIFIED) { in logAndThrowPermissionFailure()
212 celApiNameId); in logAndThrowPermissionFailure()
226 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiNameLoggingId); in logAndThrowMultiplePermissionFailure() local
227 if (celApiNameId != AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PPAPI_NAME_UNSPECIFIED) { in logAndThrowMultiplePermissionFailure()
231 celApiNameId); in logAndThrowMultiplePermissionFailure()
266 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiNameLoggingId); in assertAdTechAllowed() local
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdsRelevanceStatusUtils.java651 int celApiNameId) { in checkPpapiNameAndLogCel() argument
652 if (celApiNameId != AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PPAPI_NAME_UNSPECIFIED) { in checkPpapiNameAndLogCel()
654 ErrorLogUtil.e(throwable, celErrorCode, celApiNameId); in checkPpapiNameAndLogCel()
656 ErrorLogUtil.e(celErrorCode, celApiNameId); in checkPpapiNameAndLogCel()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdSelectionServiceImpl.java1272 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiNameLoggingId); in logGetCallingUidCEL() local
1273 if (celApiNameId != AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PPAPI_NAME_UNSPECIFIED) { in logGetCallingUidCEL()
1276 celApiNameId); in logGetCallingUidCEL()