Searched refs:ExampleStoreQueryCallbackImpl (Results 1 – 4 of 4) sorted by relevance
33 import android.federatedcompute.ExampleStoreQueryCallbackImpl.IteratorAdapter;34 import android.federatedcompute.ExampleStoreQueryCallbackImpl.IteratorCallbackAdapter;65 ExampleStoreQueryCallbackImpl adapter = in testStartQuerySuccessNullResultThrows()66 new ExampleStoreQueryCallbackImpl(mMockAidlExampleStoreCallback); in testStartQuerySuccessNullResultThrows()72 ExampleStoreQueryCallbackImpl adapter = in testStartQueryFailureTwicePassThrough()73 new ExampleStoreQueryCallbackImpl(mMockAidlExampleStoreCallback); in testStartQueryFailureTwicePassThrough()82 ExampleStoreQueryCallbackImpl adapter = in testStartQuerySuccessTwicePassThrough()83 new ExampleStoreQueryCallbackImpl(mMockAidlExampleStoreCallback); in testStartQuerySuccessTwicePassThrough()91 ExampleStoreQueryCallbackImpl adapter = in testStartQuerySuccessAfterFailurePassThrough()92 new ExampleStoreQueryCallbackImpl(mMockAidlExampleStoreCallback); in testStartQuerySuccessAfterFailurePassThrough()[all …]
26 import android.federatedcompute.ExampleStoreQueryCallbackImpl.IteratorAdapter;
35 public class ExampleStoreQueryCallbackImpl implements QueryCallback { class39 public ExampleStoreQueryCallbackImpl(IExampleStoreCallback exampleStoreQueryCallback) { in ExampleStoreQueryCallbackImpl() method in ExampleStoreQueryCallbackImpl
73 params, new ExampleStoreQueryCallbackImpl(callback)); in startQuery()