Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/request/
DOptionsCoordinatorTest.java93 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()
DRemoteOptionsCoordinatorTest.java96 verify(mRequestMgrCallback).notifyUceRequestFinished(anyLong(), eq(mTaskId)); in testRemoteRequestFinished()
DSubscribeCoordinatorTest.java215 verify(mRequestMgrCallback).notifyUceRequestFinished(anyLong(), eq(mTaskId)); in testRequestNetworkRespError()
DUceRequestManagerTest.java339 requestMgrCallback.notifyUceRequestFinished(mCoordId, mTaskId); in testRequestManagerCallback()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DUceRequestCoordinator.java309 mRequestManagerCallback.notifyUceRequestFinished(getCoordinatorId(), taskId); in moveRequestToFinishedCollection()
DUceRequestManager.java279 void notifyUceRequestFinished(long requestCoordinatorId, long taskId); in notifyUceRequestFinished() method
415 public void notifyUceRequestFinished(long requestCoordinatorId, long taskId) {