Searched refs:getVideoState (Results 1 – 15 of 15) sorted by relevance
50 int previousVideoState = mCall.getVideoState(); in onSessionModifyRequestReceived()51 int newVideoState = videoProfile.getVideoState(); in onSessionModifyRequestReceived()84 requestedProfile.getVideoState() == responseProfile.getVideoState(); in onSessionModifyResponseReceived()86 VideoProfile.VideoState.isBidirectional(responseProfile.getVideoState()); in onSessionModifyResponseReceived()
364 public int getVideoState() { in getVideoState() method in Call365 return mTelecommCall.getDetails().getVideoState(); in getVideoState()370 VideoProfile.VideoState.isBidirectional(getVideoState()); in isVideoCall()405 mTelecommCall.getDetails().getVideoState()); in toString()
294 mCall.getVideoState() | VideoProfile.VideoState.PAUSED); in pauseVideoClicked()301 mCall.getVideoState() & ~VideoProfile.VideoState.PAUSED); in pauseVideoClicked()
289 mPrimary.getVideoState(), in updatePrimaryCallState()
361 getVideoState(), in toString()678 setVideoState(connection.getVideoState()); in handleCreateConnectionSuccess()1241 public int getVideoState() { in getVideoState() method in Call
511 call.answer(call.getVideoState()); in acceptRingingCallInternal()
507 call.getVideoState(), in toParcelableCall()
812 ringingCall.answer(ringingCall.getVideoState()); in onMediaButton()
645 call.getVideoState()), in createConnection()
176 connection.setVideoState(request.getVideoState()); in onCreateOutgoingConnection()316 originalConnection = phone.dial(number, request.getVideoState()); in placeOutgoingConnection()
384 setVideoState(mOriginalConnection.getVideoState()); in setOriginalConnection()
131 setVideoState(mRemote.getVideoState()); in TestManagedConnection()
147 requestProfile.getVideoState(), requestProfile.getQuality()); in onSendSessionModifyRequest()
283 originalRequest.getVideoState()); in onCreateOutgoingConnection()
262 phone.dial(number, request.getVideoState()); in startCallWithPhone()