Searched refs:notifyUceRequestFinished (Results 1 – 6 of 6) sorted by relevance
93 verify(mRequestMgrCallback).notifyUceRequestFinished(anyLong(), eq(mTaskId)); in testRequestUpdatedWithError()112 verify(mRequestMgrCallback).notifyUceRequestFinished(anyLong(), eq(mTaskId)); in testRequestCommandError()141 verify(mRequestMgrCallback).notifyUceRequestFinished(anyLong(), eq(mTaskId)); in testRequestNetworkResponse()
96 verify(mRequestMgrCallback).notifyUceRequestFinished(anyLong(), eq(mTaskId)); in testRemoteRequestFinished()
215 verify(mRequestMgrCallback).notifyUceRequestFinished(anyLong(), eq(mTaskId)); in testRequestNetworkRespError()
339 requestMgrCallback.notifyUceRequestFinished(mCoordId, mTaskId); in testRequestManagerCallback()
309 mRequestManagerCallback.notifyUceRequestFinished(getCoordinatorId(), taskId); in moveRequestToFinishedCollection()
279 void notifyUceRequestFinished(long requestCoordinatorId, long taskId); in notifyUceRequestFinished() method415 public void notifyUceRequestFinished(long requestCoordinatorId, long taskId) {