Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DMsmtAdIdMatchForDebugKeysStats.java31 public abstract int getAttributionType(); in getAttributionType() method in MsmtAdIdMatchForDebugKeysStats
DMsmtDebugKeysMatchStats.java29 public abstract int getAttributionType(); in getAttributionType() method in MsmtDebugKeysMatchStats
DStatsdAdServicesLogger.java412 stats.getAttributionType(), in logMeasurementDebugKeysMatch()
424 stats.getAttributionType(), in logMeasurementAdIdMatchForDebugKeysStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java106 @AttributionType int attributionType = getAttributionType(source, trigger); in getDebugKeys()
238 @AttributionType int attributionType = getAttributionType(source, trigger); in getDebugKeysForVerboseTriggerDebugReport()
476 private static int getAttributionType(Source source, Trigger trigger) { in getAttributionType() method in DebugKeyAccessor