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/
DMockVideoCallCallback.java60 VideoProfile responseProfile) { in onSessionModifyResponseReceived() argument
61 mResponseProfile = responseProfile; in onSessionModifyResponseReceived()
DMockVideoProvider.java96 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in onSendSessionModifyResponse() argument
97 mSessionModifyResponse = responseProfile; in onSendSessionModifyResponse()
DRemoteConnectionTest.java614 VideoProfile responseProfile) { in testRemoteConnectionVideoCallbacks_SessionModify()
616 responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()
617 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()
901 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()
902 callbackInvoker.invoke(responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
905 responseProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
919 VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()
921 responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
922 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
DVideoCallTest.java834 VideoProfile responseProfile = mockVideoProvider.getSessionModifyResponse(); in assertSessionModifyResponse()
835 return responseProfile == null ? -1 : responseProfile.getVideoState(); in assertSessionModifyResponse()