Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DMsmtDebugKeysMatchStats.java23 public abstract class MsmtDebugKeysMatchStats { class
46 public static MsmtDebugKeysMatchStats.Builder builder() { in builder()
54 public abstract MsmtDebugKeysMatchStats.Builder setAdTechEnrollmentId(String value); in setAdTechEnrollmentId()
57 public abstract MsmtDebugKeysMatchStats.Builder setAttributionType(int value); in setAttributionType()
63 public abstract MsmtDebugKeysMatchStats.Builder setDebugJoinKeyHashedValue(long value); in setDebugJoinKeyHashedValue()
66 public abstract MsmtDebugKeysMatchStats.Builder setDebugJoinKeyHashLimit(long value); in setDebugJoinKeyHashLimit()
69 public abstract MsmtDebugKeysMatchStats.Builder setSourceRegistrant(String value); in setSourceRegistrant()
72 public abstract MsmtDebugKeysMatchStats build(); in build()
DAdServicesLogger.java110 void logMeasurementDebugKeysMatch(MsmtDebugKeysMatchStats stats); in logMeasurementDebugKeysMatch()
DNoOpLoggerImpl.java84 public void logMeasurementDebugKeysMatch(MsmtDebugKeysMatchStats stats) {} in logMeasurementDebugKeysMatch()
DAdServicesLoggerImpl.java162 public void logMeasurementDebugKeysMatch(MsmtDebugKeysMatchStats stats) { in logMeasurementDebugKeysMatch()
DStatsdAdServicesLogger.java408 public void logMeasurementDebugKeysMatch(MsmtDebugKeysMatchStats stats) { in logMeasurementDebugKeysMatch()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessorTest.java48 import com.android.adservices.service.stats.MsmtDebugKeysMatchStats;
343 MsmtDebugKeysMatchStats stats = in getDebugKeys_webToWebSameJoinKeysAndDifferentRegistrants_debugKeysPresent()
344 MsmtDebugKeysMatchStats.builder() in getDebugKeys_webToWebSameJoinKeysAndDifferentRegistrants_debugKeysPresent()
409 MsmtDebugKeysMatchStats stats = in getDebugKeys_webToWebDiffJoinKeysAndDifferentRegistrants_debugKeysAbsent()
410 MsmtDebugKeysMatchStats.builder() in getDebugKeys_webToWebDiffJoinKeysAndDifferentRegistrants_debugKeysAbsent()
501 MsmtDebugKeysMatchStats stats = in getDebugKeys_appToWebJoinKeysMatch_debugKeysPresent()
502 MsmtDebugKeysMatchStats.builder() in getDebugKeys_appToWebJoinKeysMatch_debugKeysPresent()
566 MsmtDebugKeysMatchStats stats = in getDebugKeys_appToWebJoinKeysMismatch_debugKeysAbsent()
567 MsmtDebugKeysMatchStats.builder() in getDebugKeys_appToWebJoinKeysMismatch_debugKeysAbsent()
630 MsmtDebugKeysMatchStats stats = in getDebugKeys_webToAppJoinKeysMatch_debugKeysPresent()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java37 import com.android.adservices.service.stats.MsmtDebugKeysMatchStats;
398 MsmtDebugKeysMatchStats stats = in logDebugKeysMatch()
399 MsmtDebugKeysMatchStats.builder() in logDebugKeysMatch()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdServicesLoggerImplTest.java606 MsmtDebugKeysMatchStats stats = in testLogMsmtDebugKeyMatchStats()
607 MsmtDebugKeysMatchStats.builder() in testLogMsmtDebugKeyMatchStats()
617 ArgumentCaptor<MsmtDebugKeysMatchStats> argumentCaptor = in testLogMsmtDebugKeyMatchStats()
618 ArgumentCaptor.forClass(MsmtDebugKeysMatchStats.class); in testLogMsmtDebugKeyMatchStats()
DStatsdAdServicesLoggerTest.java618 MsmtDebugKeysMatchStats stats = in logMeasurementDebugKeysMatch_success()
619 MsmtDebugKeysMatchStats.builder() in logMeasurementDebugKeysMatch_success()