Searched refs:ExampleStoreIterator (Results 1 – 9 of 9) 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
100 void onStartQuerySuccess(@NonNull ExampleStoreIterator iterator); in onStartQuerySuccess()
23 import android.federatedcompute.ExampleStoreIterator;32 public class OdpExampleStoreIterator implements ExampleStoreIterator {
24 import android.federatedcompute.ExampleStoreIterator;67 public class TestIteratorCallback implements ExampleStoreIterator.IteratorCallback {
28 import android.federatedcompute.ExampleStoreIterator;65 public class TestIteratorCallback implements ExampleStoreIterator.IteratorCallback {
24 import android.federatedcompute.ExampleStoreIterator;77 private static class ListExampleStoreIterator implements ExampleStoreIterator {
51 private ExampleStoreIterator mMockExampleStoreIterator;58 mMockExampleStoreIterator = mock(ExampleStoreIterator.class); in setUp()
126 private static class ListJavaExampleStoreIterator implements ExampleStoreIterator {