Searched refs:requestedProfile (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockVideoCallCallback.java | 61 public void onSessionModifyResponseReceived(int status, VideoProfile requestedProfile, in onSessionModifyResponseReceived() argument 64 mRequestedProfile = requestedProfile; in onSessionModifyResponseReceived()
|
D | RemoteConnectionTest.java | 804 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()
|