Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/request/
H A 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()
H A DUceRequestManagerTest.java202 requestMgrCallback.notifyRemoteRequestDone(mCoordId, mTaskId); in testRequestManagerCallback()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
H A DRemoteOptionsRequest.java154 mRequestManagerCallback.notifyRemoteRequestDone(mCoordinatorId, mTaskId); in executeRequest()
H A DUceRequestManager.java232 void notifyRemoteRequestDone(long requestCoordinatorId, long taskId); in notifyRemoteRequestDone() method
362 public void notifyRemoteRequestDone(long requestCoordinatorId, long taskId) {