Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/request/
DRemoteOptionsRequestTest.java108 verify(mRequestManagerCallback).notifyRemoteRequestDone(eq(mCoordId), anyLong()); in testRequestCapabilities()
127 verify(mRequestManagerCallback).notifyRemoteRequestDone(eq(mCoordId), anyLong()); in testRequestCapabilitiesWhenBlocked()
144 verify(mRequestManagerCallback).notifyRemoteRequestDone(eq(mCoordId), anyLong()); in testsendCapabilitiesRequestWhenDestroy()
DUceRequestManagerTest.java335 requestMgrCallback.notifyRemoteRequestDone(mCoordId, mTaskId); in testRequestManagerCallback()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DRemoteOptionsRequest.java154 mRequestManagerCallback.notifyRemoteRequestDone(mCoordinatorId, mTaskId); in executeRequest()
DUceRequestManager.java264 void notifyRemoteRequestDone(long requestCoordinatorId, long taskId); in notifyRemoteRequestDone() method
399 public void notifyRemoteRequestDone(long requestCoordinatorId, long taskId) {