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()
369 public int getVideoState() { in getVideoState() method in Call370 return mTelecommCall.getDetails().getVideoState(); in getVideoState()375 VideoProfile.VideoState.isBidirectional(getVideoState()); in isVideoCall()413 mTelecommCall.getDetails().getVideoState()); in toString()
300 mCall.getVideoState() | VideoProfile.VideoState.PAUSED); in pauseVideoClicked()307 mCall.getVideoState() & ~VideoProfile.VideoState.PAUSED); in pauseVideoClicked()
296 mPrimary.getVideoState(), in updatePrimaryCallState()
403 getVideoState(), in toString()786 setVideoState(connection.getVideoState()); in handleCreateConnectionSuccess()1380 public int getVideoState() { in getVideoState() method in Call
379 if (call.getVideoState() != VideoProfile.VideoState.AUDIO_ONLY) { in hasVideoCall()933 ringingCall.answer(ringingCall.getVideoState()); in onMediaButton()
550 call.getVideoState(), in toParcelableCall()
825 call.answer(call.getVideoState()); in acceptRingingCallInternal()
703 call.getVideoState()), in createConnection()
194 connection.setVideoState(request.getVideoState()); in onCreateOutgoingConnection()334 originalConnection = phone.dial(number, request.getVideoState()); in placeOutgoingConnection()
485 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()