Searched refs:mExampleStoreIterator (Results 1 – 2 of 2) sorted by relevance
27 @Nullable private IExampleStoreIterator mExampleStoreIterator; field in EligibilityResult46 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.Builder115 mExampleStoreIterator = value; in setExampleStoreIterator()127 EligibilityResult o = new EligibilityResult(mEligible, mExampleStoreIterator); in build()
184 private final IExampleStoreIterator mExampleStoreIterator; field in FederatedExampleIterator.ProxyIteratorWrapper190 this.mExampleStoreIterator = iterator; in ProxyIteratorWrapper()200 mExampleStoreIterator.next(mIteratorCallback); in next()260 if (mExampleStoreIterator != null) { in close()262 mExampleStoreIterator.close(); in close()