Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DTrainingEventLogger.java159 public void logEventWithDuration(int eventKind, long durationInMs) { in logEventWithDuration() argument
162 .setEventKind(eventKind) in logEventWithDuration()
168 public void logEventWithExampleStats(int eventKind, ExampleStats exampleStats) { in logEventWithExampleStats() argument
171 .setEventKind(eventKind) in logEventWithExampleStats()
183 public void logEventKind(int eventKind) { in logEventKind() argument
185 new TrainingEventReported.Builder().setEventKind(eventKind); in logEventKind()
228 private void logNetworkEvent(int eventKind, NetworkStats networkStats) { in logNetworkEvent() argument
231 .setEventKind(eventKind) in logNetworkEvent()
273 private void logKeyAttestationEvent(int eventKind) { in logKeyAttestationEvent() argument
275 new TrainingEventReported.Builder().setEventKind(eventKind); in logKeyAttestationEvent()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java64 int eventKind, in TrainingEventReported() argument
78 this.mEventKind = eventKind; in TrainingEventReported()