Searched refs:ExampleStoreIterator (Results 1 – 6 of 6) sorted by relevance
44 public void onStartQuerySuccess(@NonNull ExampleStoreIterator iterator) { in onStartQuerySuccess()69 private final ExampleStoreIterator mIterator;73 public IteratorAdapter(ExampleStoreIterator iterator) { in IteratorAdapter()110 implements ExampleStoreIterator.IteratorCallback {
31 public interface ExampleStoreIterator extends Closeable { interface
80 void onStartQuerySuccess(@NonNull ExampleStoreIterator iterator); in onStartQuerySuccess()
24 import android.federatedcompute.ExampleStoreIterator;25 import android.federatedcompute.ExampleStoreIterator.IteratorCallback;75 private static class ListExampleStoreIterator implements ExampleStoreIterator {
51 private ExampleStoreIterator mMockExampleStoreIterator;58 mMockExampleStoreIterator = mock(ExampleStoreIterator.class); in setUp()
119 private static class ListExampleStoreIterator implements ExampleStoreIterator {