Home
last modified time | relevance | path

Searched refs:getCelPpApiNameId (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/stats/
DAdsRelevanceStatusUtilsTest.java49 import static com.android.adservices.service.stats.AdsRelevanceStatusUtils.getCelPpApiNameId;
75 getCelPpApiNameId(AD_SERVICES_API_CALLED__API_NAME__GET_AD_SELECTION_DATA)); in testGetCelPpApiNameId()
79 getCelPpApiNameId(AD_SERVICES_API_CALLED__API_NAME__PERSIST_AD_SELECTION_RESULT)); in testGetCelPpApiNameId()
83 getCelPpApiNameId(AD_SERVICES_API_CALLED__API_NAME__UPDATE_SIGNALS)); in testGetCelPpApiNameId()
87 getCelPpApiNameId(AD_SERVICES_API_CALLED__API_NAME__JOIN_CUSTOM_AUDIENCE)); in testGetCelPpApiNameId()
91 getCelPpApiNameId(AD_SERVICES_API_CALLED__API_NAME__GET_ADID)); in testGetCelPpApiNameId()
95 getCelPpApiNameId(AD_SERVICES_API_CALLED__API_NAME__GET_TOPICS)); in testGetCelPpApiNameId()
99 getCelPpApiNameId(AD_SERVICES_API_CALLED__API_NAME__LEAVE_CUSTOM_AUDIENCE)); in testGetCelPpApiNameId()
103 getCelPpApiNameId( in testGetCelPpApiNameId()
108 getCelPpApiNameId(AD_SERVICES_API_CALLED__API_NAME__REPORT_IMPRESSION)); in testGetCelPpApiNameId()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DFledgeConsentFilter.java72 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiName); in assertCallerHasApiUserConsent()
105 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiName); in assertAndPersistCallerHasUserConsentForApp()
128 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiName); in assertEnrollmentShouldBeScheduled()
DFledgeAuthorizationFilter.java141 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiNameLoggingId); in assertCallingPackageName()
207 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiNameLoggingId); in logAndThrowPermissionFailure()
226 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiNameLoggingId); in logAndThrowMultiplePermissionFailure()
266 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiNameLoggingId); in assertAdTechAllowed()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdsRelevanceStatusUtils.java575 public static int getCelPpApiNameId(int apiNameLoggingId) { in getCelPpApiNameId() method in AdsRelevanceStatusUtils
643 checkPpapiNameAndLogCel(throwable, celErrorCode, getCelPpApiNameId(apiNameLoggingId)); in checkAndLogCelByApiNameLoggingId()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdSelectionServiceImpl.java1272 int celApiNameId = AdsRelevanceStatusUtils.getCelPpApiNameId(apiNameLoggingId); in logGetCallingUidCEL()