Home
last modified time | relevance | path

Searched defs:apiNameLoggingId (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DFledgeAuthorizationFilter.java124 @NonNull String callingPackageName, int callingUid, int apiNameLoggingId) in assertCallingPackageName()
160 int apiNameLoggingId, in assertAppDeclaredPermission()
184 int apiNameLoggingId, in assertAppDeclaredAnyPermission()
200 String callerAppPackageName, int apiNameLoggingId, String permission) { in logAndThrowPermissionFailure()
219 String callerAppPackageName, int apiNameLoggingId, Collection<String> permissions) { in logAndThrowMultiplePermissionFailure()
251 int apiNameLoggingId, in assertAdTechAllowed()
364 Uri uriForAdTech, int apiType, int apiNameLoggingId) { in getAdTechIdentifierEnrollmentDataPair()
426 int apiNameLoggingId, in getAndAssertAdTechFromUriAllowed()
514 int apiNameLoggingId, in assertAdTechFromUriEnrolled()
582 @NonNull AdTechIdentifier adTechIdentifier, int apiNameLoggingId) in assertAdTechEnrolled()
DAppImportanceFilter.java185 int appUid, int apiNameLoggingId, @Nullable String sdkName) in assertCallerIsInForeground()
242 int apiNameLoggingId, in logForegroundViolation()
DFledgeAllowListsFilter.java65 int apiNameLoggingId, in assertAppInAllowlist()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DCustomAudienceServiceImpl.java795 private int getCallingUid(int apiNameLoggingId) throws IllegalStateException { in getCallingUid()
799 private int getCallingUid(int apiNameLoggingId, String callerAppPackageName) in getCallingUid()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdsRelevanceStatusUtils.java575 public static int getCelPpApiNameId(int apiNameLoggingId) { in getCelPpApiNameId()
642 int apiNameLoggingId) { in checkAndLogCelByApiNameLoggingId()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdSelectionServiceImpl.java1253 private int getCallingUid(int apiNameLoggingId) throws IllegalStateException { in getCallingUid()
1257 private int getCallingUid(int apiNameLoggingId, String callerAppPackageName) { in getCallingUid()
1271 private void logGetCallingUidCEL(int apiNameLoggingId) { in logGetCallingUidCEL()
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/common/
DFledgeAuthorizationFilterTest.java214 int apiNameLoggingId = AD_SERVICES_API_CALLED__API_NAME__PERSIST_AD_SELECTION_RESULT; in testAssertCallingPackageName_packageNotExist_logPersistAdSelectionResultCel() local