Home
last modified time | relevance | path

Searched refs:requestedProfile (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockVideoCallCallback.java61 public void onSessionModifyResponseReceived(int status, VideoProfile requestedProfile, in onSessionModifyResponseReceived() argument
64 mRequestedProfile = requestedProfile; in onSessionModifyResponseReceived()
DRemoteConnectionTest.java804 VideoProfile requestedProfile, in testRemoteConnectionVideoCallbacks_SessionModify()
806 super.onSessionModifyResponseReceived(videoProvider, status, requestedProfile, in testRemoteConnectionVideoCallbacks_SessionModify()
808 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()
1116 VideoProfile requestedProfile, in testRemoteConnectionVideo_SendSessionModifyResponse()
1118 super.onSessionModifyResponseReceived(videoProvider, status, requestedProfile, in testRemoteConnectionVideo_SendSessionModifyResponse()
1120 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()