Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/federatedcompute/
DExampleStoreQueryCallbackImplTest.java53 private IExampleStoreCallback mMockAidlExampleStoreCallback; field in ExampleStoreQueryCallbackImplTest
60 mMockAidlExampleStoreCallback = mock(IExampleStoreCallback.class); in setUp()
66 new ExampleStoreQueryCallbackImpl(mMockAidlExampleStoreCallback); in testStartQuerySuccessNullResultThrows()
73 new ExampleStoreQueryCallbackImpl(mMockAidlExampleStoreCallback); in testStartQueryFailureTwicePassThrough()
76 verify(mMockAidlExampleStoreCallback, times(2)) in testStartQueryFailureTwicePassThrough()
83 new ExampleStoreQueryCallbackImpl(mMockAidlExampleStoreCallback); in testStartQuerySuccessTwicePassThrough()
86 verify(mMockAidlExampleStoreCallback, times(2)).onStartQuerySuccess(any()); in testStartQuerySuccessTwicePassThrough()
92 new ExampleStoreQueryCallbackImpl(mMockAidlExampleStoreCallback); in testStartQuerySuccessAfterFailurePassThrough()
95 verify(mMockAidlExampleStoreCallback).onStartQuerySuccess(any()); in testStartQuerySuccessAfterFailurePassThrough()
101 new ExampleStoreQueryCallbackImpl(mMockAidlExampleStoreCallback); in testStartQueryFailureAfterSuccessPassThrough()
[all …]