Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DTrainingEventLogger.java72 .setEventKind( in logTaskNotStarted()
81 .setEventKind( in logCheckinStarted()
146 .setEventKind( in logComputationCompleted()
162 .setEventKind(eventKind) in logEventWithDuration()
171 .setEventKind(eventKind) in logEventWithExampleStats()
185 new TrainingEventReported.Builder().setEventKind(eventKind); in logEventKind()
193 .setEventKind( in logResultUploadStarted()
216 .setEventKind( in logFailureResultUploadStarted()
231 .setEventKind(eventKind) in logNetworkEvent()
268 .setEventKind( in logKeyAttestationLatencyEvent()
[all …]
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java254 public @NonNull Builder setEventKind(int value) { in setEventKind() method in TrainingEventReported.Builder