Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/training/util/
DEligibilityResult.java27 @Nullable private IExampleStoreIterator mExampleStoreIterator; field in EligibilityResult
46 this.mExampleStoreIterator = exampleStoreIterator; in EligibilityResult()
58 return mExampleStoreIterator; in getExampleStoreIterator()
75 && java.util.Objects.equals(mExampleStoreIterator, that.mExampleStoreIterator); in equals()
86 _hash = 31 * _hash + java.util.Objects.hashCode(mExampleStoreIterator); in hashCode()
96 private @Nullable IExampleStoreIterator mExampleStoreIterator; field in EligibilityResult.Builder
115 mExampleStoreIterator = value; in setExampleStoreIterator()
127 EligibilityResult o = new EligibilityResult(mEligible, mExampleStoreIterator); in build()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/
DFederatedExampleIterator.java184 private final IExampleStoreIterator mExampleStoreIterator; field in FederatedExampleIterator.ProxyIteratorWrapper
190 this.mExampleStoreIterator = iterator; in ProxyIteratorWrapper()
200 mExampleStoreIterator.next(mIteratorCallback); in next()
260 if (mExampleStoreIterator != null) { in close()
262 mExampleStoreIterator.close(); in close()