Searched refs:onStartQueryFailure (Results 1 – 8 of 8) sorted by relevance
74 adapter.onStartQueryFailure(STATUS_INTERNAL_ERROR); in testStartQueryFailureTwicePassThrough()75 adapter.onStartQueryFailure(STATUS_INTERNAL_ERROR); in testStartQueryFailureTwicePassThrough()77 .onStartQueryFailure(eq(STATUS_INTERNAL_ERROR)); in testStartQueryFailureTwicePassThrough()93 adapter.onStartQueryFailure(STATUS_INTERNAL_ERROR); in testStartQuerySuccessAfterFailurePassThrough()103 adapter.onStartQueryFailure(STATUS_INTERNAL_ERROR); in testStartQueryFailureAfterSuccessPassThrough()104 verify(mMockAidlExampleStoreCallback).onStartQueryFailure(eq(STATUS_INTERNAL_ERROR)); in testStartQueryFailureAfterSuccessPassThrough()
108 callback.onStartQueryFailure(STATUS_INTERNAL_ERROR); in startQuery()143 public void onStartQueryFailure(int errorCode) { in onStartQueryFailure() method in ExampleStoreServiceTest.TestExampleStoreServiceCallback
56 public void onStartQueryFailure(int errorCode) { in onStartQueryFailure() method in ExampleStoreQueryCallbackImpl58 mExampleStoreQueryCallback.onStartQueryFailure(errorCode); in onStartQueryFailure()
82 void onStartQueryFailure(int errorCode); in onStartQueryFailure() method
28 void onStartQueryFailure(int errorCode); in onStartQueryFailure() method
64 callback.onStartQueryFailure(STATUS_INTERNAL_ERROR); in startQuery()
359 callback.onStartQueryFailure(errorStatus); in startQuery()
201 public void onStartQueryFailure(int errorCode) { in connectToClientExampleStoreService()