Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockVideoProvider.java102 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in onSendSessionModifyResponse() argument
103 mSessionModifyResponse = responseProfile; in onSendSessionModifyResponse()
198 VideoProfile responseProfile) { in sendMockSessionModifyResponse() argument
199 super.receiveSessionModifyResponse(status, requestProfile, responseProfile); in sendMockSessionModifyResponse()
DMockVideoCallCallback.java62 VideoProfile responseProfile) { in onSessionModifyResponseReceived() argument
65 mResponseProfile = responseProfile; in onSessionModifyResponseReceived()
DRemoteConnectionTest.java693 VideoProfile responseProfile) { in testRemoteConnectionVideoCallbacks_SessionModify()
695 responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()
696 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()
987 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()
988 callbackInvoker.invoke(responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
991 responseProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
1005 VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()
1007 responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
1008 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
DVideoCallTest.java993 VideoProfile responseProfile = mockVideoProvider.getSessionModifyResponse(); in assertSessionModifyResponse()
994 return responseProfile == null ? -1 : responseProfile.getVideoState(); in assertSessionModifyResponse()