Searched refs:logMeasurementAdIdMatchForDebugKeysStats (Results 1 – 8 of 8) sorted by relevance
1611 verify(mAdServicesLogger, never()).logMeasurementAdIdMatchForDebugKeysStats(any()); in getDebugKeys_adIdMatching_appToWeb_noAdIds_debugKeysAbsent()1652 verify(mAdServicesLogger).logMeasurementAdIdMatchForDebugKeysStats(eq(stats)); in getDebugKeys_adIdMatching_appToWeb_nullPlatformAdId_debugKeysAbsent_logsMetric()1693 verify(mAdServicesLogger).logMeasurementAdIdMatchForDebugKeysStats(eq(stats)); in getDebugKeys_adIdMatching_appToWeb_matchingAdIds_debugKeysPresent()1734 verify(mAdServicesLogger).logMeasurementAdIdMatchForDebugKeysStats(eq(stats)); in getDebugKeys_encryptedAdIdMatching_appToWeb_matchingAdIds_debugKeysPresent()1775 verify(mAdServicesLogger).logMeasurementAdIdMatchForDebugKeysStats(eq(stats)); in getDebugKeys_adIdMatching_appToWeb_nonMatchingAdIds_debugKeysAbsent()1818 verify(mAdServicesLogger).logMeasurementAdIdMatchForDebugKeysStats(eq(stats)); in getDebugKeys_adIdMatching_appToWeb_failedMatch_doesNotMatchJoinKeys()1851 verify(mAdServicesLogger, never()).logMeasurementAdIdMatchForDebugKeysStats(any()); in getDebugKeys_adIdMatching_appToWeb_blockedEnrollment_debugKeysAbsent()1882 verify(mAdServicesLogger, never()).logMeasurementAdIdMatchForDebugKeysStats(any()); in getDebugKeys_adIdMatching_appToWeb_allEnrollmentsBlocked_debugKeysAbsent()1924 verify(mAdServicesLogger).logMeasurementAdIdMatchForDebugKeysStats(eq(stats)); in getDebugKeys_adIdMatching_appToWeb_uniqueAdIdLimitReached_debugKeysAbsent()1953 verify(mAdServicesLogger, never()).logMeasurementAdIdMatchForDebugKeysStats(any()); in getDebugKeys_adIdMatching_webToApp_noAdIds_debugKeysAbsent()[all …]
167 public void logMeasurementAdIdMatchForDebugKeysStats(MsmtAdIdMatchForDebugKeysStats stats) { in logMeasurementAdIdMatchForDebugKeysStats() method in AdServicesLoggerImpl168 mStatsdAdServicesLogger.logMeasurementAdIdMatchForDebugKeysStats(stats); in logMeasurementAdIdMatchForDebugKeysStats()
113 void logMeasurementAdIdMatchForDebugKeysStats(MsmtAdIdMatchForDebugKeysStats stats); in logMeasurementAdIdMatchForDebugKeysStats() method
87 public void logMeasurementAdIdMatchForDebugKeysStats(MsmtAdIdMatchForDebugKeysStats stats) {} in logMeasurementAdIdMatchForDebugKeysStats() method in NoOpLoggerImpl
420 public void logMeasurementAdIdMatchForDebugKeysStats(MsmtAdIdMatchForDebugKeysStats stats) { in logMeasurementAdIdMatchForDebugKeysStats() method in StatsdAdServicesLogger
431 adServicesLogger.logMeasurementAdIdMatchForDebugKeysStats(stats); in logPlatformAdIdAndDebugAdIdMatch()
948 mLogger.logMeasurementAdIdMatchForDebugKeysStats(stats); in logMeasurementAdIdMatchForDebugKeys_success()996 mLogger.logMeasurementAdIdMatchForDebugKeysStats(stats); in logMeasurementAdIdMatchForDebugKeys_appLoggingDisabled_emptyString()1045 mLogger.logMeasurementAdIdMatchForDebugKeysStats(stats); in logMeasurementAdIdMatchForDebugKeys_appNotAllowlisted_emptyString()
639 mAdservicesLogger.logMeasurementAdIdMatchForDebugKeysStats(stats); in testLogMsmtAdIdMatchForDebugKeysStats()643 .logMeasurementAdIdMatchForDebugKeysStats(argumentCaptor.capture()); in testLogMsmtAdIdMatchForDebugKeysStats()