Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DExampleIteratorLatency.java27 private long mClientVersion; field in ExampleIteratorLatency
47 this.mClientVersion = clientVersion; in ExampleIteratorLatency()
56 return mClientVersion; in getClientVersion()
82 && mClientVersion == that.mClientVersion in equals()
94 _hash = 31 * _hash + Long.hashCode(mClientVersion); in hashCode()
105 private long mClientVersion; field in ExampleIteratorLatency.Builder
117 mClientVersion = value; in setClientVersion()
143 new ExampleIteratorLatency(mClientVersion, mTaskId, mGetNextLatencyNanos); in build()
DTrainingEventReported.java30 private long mClientVersion; field in TrainingEventReported
77 this.mClientVersion = clientVersion; in TrainingEventReported()
98 return mClientVersion; in getClientVersion()
179 && mClientVersion == that.mClientVersion in equals()
202 _hash = 31 * _hash + Long.hashCode(mClientVersion); in hashCode()
226 private long mClientVersion; field in TrainingEventReported.Builder
249 mClientVersion = value; in setClientVersion()
390 mClientVersion, in build()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/http/
DHttpFederatedProtocol.java83 private final long mClientVersion; field in HttpFederatedProtocol
101 this.mClientVersion = clientVersion; in HttpFederatedProtocol()
277 .setVersionCode(String.valueOf(mClientVersion)))