Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java31 private int mEventKind; field in TrainingEventReported
78 this.mEventKind = eventKind; in TrainingEventReported()
103 return mEventKind; in getEventKind()
180 && mEventKind == that.mEventKind in equals()
203 _hash = 31 * _hash + mEventKind; in hashCode()
227 private int mEventKind; field in TrainingEventReported.Builder
257 mEventKind = value; in setEventKind()
391 mEventKind, in build()