Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DStatsdAdServicesLogger.java678 KAnonBackgroundJobStatusStats kAnonBackgroundJobStatusStats) { in logKAnonBackgroundJobStats() argument
681 kAnonBackgroundJobStatusStats.getKAnonJobResult(), in logKAnonBackgroundJobStats()
682 kAnonBackgroundJobStatusStats.getTotalMessagesAttempted(), in logKAnonBackgroundJobStats()
683 kAnonBackgroundJobStatusStats.getMessagesInDBLeft(), in logKAnonBackgroundJobStats()
684 kAnonBackgroundJobStatusStats.getMessagesFailedToJoin(), in logKAnonBackgroundJobStats()
685 kAnonBackgroundJobStatusStats.getMessagesFailedToSign(), in logKAnonBackgroundJobStats()
686 kAnonBackgroundJobStatusStats.getLatencyInMs()); in logKAnonBackgroundJobStats()
DAdServicesLoggerImpl.java302 KAnonBackgroundJobStatusStats kAnonBackgroundJobStatusStats) { in logKAnonBackgroundJobStats() argument
303 mStatsdAdServicesLogger.logKAnonBackgroundJobStats(kAnonBackgroundJobStatusStats); in logKAnonBackgroundJobStats()
DAdServicesLogger.java194 void logKAnonBackgroundJobStats(KAnonBackgroundJobStatusStats kAnonBackgroundJobStatusStats); in logKAnonBackgroundJobStats() argument
DNoOpLoggerImpl.java184 KAnonBackgroundJobStatusStats kAnonBackgroundJobStatusStats) {} in logKAnonBackgroundJobStats() argument
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/
DKAnonCallerImplTest.java577 KAnonBackgroundJobStatusStats kAnonBackgroundJobStatusStats = in test_signedJoinedSuccessfully_shouldCaptureBackgroundJobStats() local
579 assertThat(kAnonBackgroundJobStatusStats.getTotalMessagesAttempted()).isEqualTo(2); in test_signedJoinedSuccessfully_shouldCaptureBackgroundJobStats()
580 assertThat(kAnonBackgroundJobStatusStats.getKAnonJobResult()) in test_signedJoinedSuccessfully_shouldCaptureBackgroundJobStats()
582 assertThat(kAnonBackgroundJobStatusStats.getMessagesInDBLeft()).isEqualTo(1); in test_signedJoinedSuccessfully_shouldCaptureBackgroundJobStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/
DKAnonCallerImpl.java297 KAnonBackgroundJobStatusStats kAnonBackgroundJobStatusStats = in logBackgroundJobStats() local
304 mAdServicesLogger.logKAnonBackgroundJobStats(kAnonBackgroundJobStatusStats); in logBackgroundJobStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DStatsdAdServicesLoggerTest.java1599 KAnonBackgroundJobStatusStats kAnonBackgroundJobStatusStats = in testLogKanonBackgroundJobStats_success() local
1608 mLogger.logKAnonBackgroundJobStats(kAnonBackgroundJobStatusStats); in testLogKanonBackgroundJobStats_success()