Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessorTest.java47 import com.android.adservices.service.stats.MsmtAdIdMatchForDebugKeysStats;
1642 MsmtAdIdMatchForDebugKeysStats stats = in getDebugKeys_adIdMatching_appToWeb_nullPlatformAdId_debugKeysAbsent_logsMetric()
1643 MsmtAdIdMatchForDebugKeysStats.builder() in getDebugKeys_adIdMatching_appToWeb_nullPlatformAdId_debugKeysAbsent_logsMetric()
1683 MsmtAdIdMatchForDebugKeysStats stats = in getDebugKeys_adIdMatching_appToWeb_matchingAdIds_debugKeysPresent()
1684 MsmtAdIdMatchForDebugKeysStats.builder() in getDebugKeys_adIdMatching_appToWeb_matchingAdIds_debugKeysPresent()
1724 MsmtAdIdMatchForDebugKeysStats stats = in getDebugKeys_encryptedAdIdMatching_appToWeb_matchingAdIds_debugKeysPresent()
1725 MsmtAdIdMatchForDebugKeysStats.builder() in getDebugKeys_encryptedAdIdMatching_appToWeb_matchingAdIds_debugKeysPresent()
1765 MsmtAdIdMatchForDebugKeysStats stats = in getDebugKeys_adIdMatching_appToWeb_nonMatchingAdIds_debugKeysAbsent()
1766 MsmtAdIdMatchForDebugKeysStats.builder() in getDebugKeys_adIdMatching_appToWeb_nonMatchingAdIds_debugKeysAbsent()
1808 MsmtAdIdMatchForDebugKeysStats stats = in getDebugKeys_adIdMatching_appToWeb_failedMatch_doesNotMatchJoinKeys()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DMsmtAdIdMatchForDebugKeysStats.java22 public abstract class MsmtAdIdMatchForDebugKeysStats { class
57 public static MsmtAdIdMatchForDebugKeysStats.Builder builder() { in builder()
86 public abstract MsmtAdIdMatchForDebugKeysStats build(); in build()
DAdServicesLogger.java113 void logMeasurementAdIdMatchForDebugKeysStats(MsmtAdIdMatchForDebugKeysStats stats); in logMeasurementAdIdMatchForDebugKeysStats()
DNoOpLoggerImpl.java87 public void logMeasurementAdIdMatchForDebugKeysStats(MsmtAdIdMatchForDebugKeysStats stats) {} in logMeasurementAdIdMatchForDebugKeysStats()
DAdServicesLoggerImpl.java167 public void logMeasurementAdIdMatchForDebugKeysStats(MsmtAdIdMatchForDebugKeysStats stats) { in logMeasurementAdIdMatchForDebugKeysStats()
DStatsdAdServicesLogger.java420 public void logMeasurementAdIdMatchForDebugKeysStats(MsmtAdIdMatchForDebugKeysStats stats) { in logMeasurementAdIdMatchForDebugKeysStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java36 import com.android.adservices.service.stats.MsmtAdIdMatchForDebugKeysStats;
422 MsmtAdIdMatchForDebugKeysStats stats = in logPlatformAdIdAndDebugAdIdMatch()
423 MsmtAdIdMatchForDebugKeysStats.builder() in logPlatformAdIdAndDebugAdIdMatch()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DStatsdAdServicesLoggerTest.java926 MsmtAdIdMatchForDebugKeysStats stats = in logMeasurementAdIdMatchForDebugKeys_success()
927 MsmtAdIdMatchForDebugKeysStats.builder() in logMeasurementAdIdMatchForDebugKeys_success()
974 MsmtAdIdMatchForDebugKeysStats stats = in logMeasurementAdIdMatchForDebugKeys_appLoggingDisabled_emptyString()
975 MsmtAdIdMatchForDebugKeysStats.builder() in logMeasurementAdIdMatchForDebugKeys_appLoggingDisabled_emptyString()
1023 MsmtAdIdMatchForDebugKeysStats stats = in logMeasurementAdIdMatchForDebugKeys_appNotAllowlisted_emptyString()
1024 MsmtAdIdMatchForDebugKeysStats.builder() in logMeasurementAdIdMatchForDebugKeys_appNotAllowlisted_emptyString()
DAdServicesLoggerImplTest.java629 MsmtAdIdMatchForDebugKeysStats stats = in testLogMsmtAdIdMatchForDebugKeysStats()
630 MsmtAdIdMatchForDebugKeysStats.builder() in testLogMsmtAdIdMatchForDebugKeysStats()
640 ArgumentCaptor<MsmtAdIdMatchForDebugKeysStats> argumentCaptor = in testLogMsmtAdIdMatchForDebugKeysStats()
641 ArgumentCaptor.forClass(MsmtAdIdMatchForDebugKeysStats.class); in testLogMsmtAdIdMatchForDebugKeysStats()