Searched refs:attributionType (Results 1 – 2 of 2) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | DebugKeyAccessor.java | 106 @AttributionType int attributionType = getAttributionType(source, trigger); in getDebugKeys() local 109 switch (attributionType) { in getDebugKeys() 199 attributionType, in getDebugKeys() local 207 attributionType, in getDebugKeys() 238 @AttributionType int attributionType = getAttributionType(source, trigger); in getDebugKeysForVerboseTriggerDebugReport() local 241 switch (attributionType) { in getDebugKeysForVerboseTriggerDebugReport() 350 attributionType, in getDebugKeysForVerboseTriggerDebugReport() local 358 attributionType, in getDebugKeysForVerboseTriggerDebugReport() 391 int attributionType, in logDebugKeysMatch() argument 401 .setAttributionType(attributionType) in logDebugKeysMatch() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/ |
D | StatsdAdServicesLoggerTest.java | 617 int attributionType = AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_WEB; in logMeasurementDebugKeysMatch_success() local 622 .setAttributionType(attributionType) in logMeasurementDebugKeysMatch_success() 649 eq(attributionType), in logMeasurementDebugKeysMatch_success() 925 int attributionType = AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_WEB; in logMeasurementAdIdMatchForDebugKeys_success() local 930 .setAttributionType(attributionType) in logMeasurementAdIdMatchForDebugKeys_success() 956 eq(attributionType), in logMeasurementAdIdMatchForDebugKeys_success() 973 int attributionType = AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_WEB; in logMeasurementAdIdMatchForDebugKeys_appLoggingDisabled_emptyString() local 978 .setAttributionType(attributionType) in logMeasurementAdIdMatchForDebugKeys_appLoggingDisabled_emptyString() 1004 eq(attributionType), in logMeasurementAdIdMatchForDebugKeys_appLoggingDisabled_emptyString() 1022 int attributionType = AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_WEB; in logMeasurementAdIdMatchForDebugKeys_appNotAllowlisted_emptyString() local [all …]
|