Home
last modified time | relevance | path

Searched defs: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()
168 public void logEventWithExampleStats(int eventKind, ExampleStats exampleStats) { in logEventWithExampleStats()
183 public void logEventKind(int eventKind) { in logEventKind()
228 private void logNetworkEvent(int eventKind, NetworkStats networkStats) { in logNetworkEvent()
273 private void logKeyAttestationEvent(int eventKind) { in logKeyAttestationEvent()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java64 int eventKind, in TrainingEventReported()