Searched refs:mMockAidlExampleStoreCallback (Results 1 – 1 of 1) sorted by relevance
53 private IExampleStoreCallback mMockAidlExampleStoreCallback; field in ExampleStoreQueryCallbackImplTest60 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 …]