Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java77 AttributionType.UNKNOWN,
78 AttributionType.SOURCE_APP_TRIGGER_APP,
79 AttributionType.SOURCE_APP_TRIGGER_WEB,
80 AttributionType.SOURCE_WEB_TRIGGER_APP,
81 AttributionType.SOURCE_WEB_TRIGGER_WEB
84 public @interface AttributionType { annotation in DebugKeyAccessor
106 @AttributionType int attributionType = getAttributionType(source, trigger); in getDebugKeys()
110 case AttributionType.SOURCE_APP_TRIGGER_APP: in getDebugKeys()
118 case AttributionType.SOURCE_WEB_TRIGGER_WEB: in getDebugKeys()
138 case AttributionType.SOURCE_APP_TRIGGER_WEB: in getDebugKeys()
[all …]