Home
last modified time | relevance | path

Searched refs:notifySendingRequest (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
H A DUceRequestDispatcher.java190 mRequestManagerCallback.notifySendingRequest(coordId, taskId, delayTime); in notifyStartOfRequest()
H A DUceRequestManager.java143 void notifySendingRequest(long coordinator, long taskId, long delayTimeMs); in notifySendingRequest() method
271 public void notifySendingRequest(long coordinatorId, long taskId, long delayTimeMs) {
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/request/
H A DUceRequestManagerTest.java147 requestMgrCallback.notifySendingRequest(mCoordId, mTaskId, 0L); in testRequestManagerCallback()