Home
last modified time | relevance | path

Searched refs:setVideoState (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
DTestConnectionService.java166 setVideoState(videoState); in onAnswer()
327 connection.setVideoState(videoState); in onCreateIncomingConnection()
337 connection.setVideoState(videoState); in onCreateIncomingConnection()
DTestConnectionManager.java88 setVideoState(videoState);
131 setVideoState(mRemote.getVideoState()); in TestManagedConnection()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java96 setVideoState(videoState);
384 setVideoState(mOriginalConnection.getVideoState()); in setOriginalConnection()
DTelephonyConnectionService.java176 connection.setVideoState(request.getVideoState()); in onCreateOutgoingConnection()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java678 setVideoState(connection.getVideoState()); in handleCreateConnectionSuccess()
1262 public void setVideoState(int videoState) { in setVideoState() method in Call
DConnectionServiceWrapper.java327 call.setVideoState(msg.arg1);
498 public void setVideoState(String callId, int videoState) { in setVideoState() method in ConnectionServiceWrapper.Adapter
DCallsManager.java488 call.setVideoState(videoState); in placeOutgoingCall()