Home
last modified time | relevance | path

Searched refs:ExampleStoreQueryCallbackImpl (Results 1 – 4 of 4) sorted by relevance

/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/federatedcompute/
DExampleStoreQueryCallbackImplTest.java33 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 …]
DExampleStoreServiceTest.java26 import android.federatedcompute.ExampleStoreQueryCallbackImpl.IteratorAdapter;
/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/
DExampleStoreQueryCallbackImpl.java35 public class ExampleStoreQueryCallbackImpl implements QueryCallback { class
39 public ExampleStoreQueryCallbackImpl(IExampleStoreCallback exampleStoreQueryCallback) { in ExampleStoreQueryCallbackImpl() method in ExampleStoreQueryCallbackImpl
DExampleStoreService.java73 params, new ExampleStoreQueryCallbackImpl(callback)); in startQuery()