Searched refs:TrainingEventReported (Results 1 – 3 of 3) sorted by relevance
42 import com.android.federatedcompute.services.statsd.TrainingEventReported;70 TrainingEventReported.Builder event = in logTaskNotStarted()71 new TrainingEventReported.Builder() in logTaskNotStarted()79 TrainingEventReported.Builder event = in logCheckinStarted()80 new TrainingEventReported.Builder() in logCheckinStarted()144 TrainingEventReported.Builder event = in logComputationCompleted()145 new TrainingEventReported.Builder() in logComputationCompleted()160 TrainingEventReported.Builder event = in logEventWithDuration()161 new TrainingEventReported.Builder() in logEventWithDuration()169 TrainingEventReported.Builder event = in logEventWithExampleStats()[all …]
29 public class TrainingEventReported { class62 /* package-private */ TrainingEventReported( in TrainingEventReported() method in TrainingEventReported176 TrainingEventReported that = (TrainingEventReported) o; in equals()358 public @NonNull TrainingEventReported build() { in build()389 TrainingEventReported o = new TrainingEventReported( in build()
71 public void logTrainingEventReported(TrainingEventReported trainingEvent) { in logTrainingEventReported()