Home
last modified time | relevance | path

Searched refs:getVideoState (Results 1 – 15 of 15) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DInCallVideoCallListener.java50 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()
DCall.java369 public int getVideoState() { in getVideoState() method in Call
370 return mTelecommCall.getDetails().getVideoState(); in getVideoState()
375 VideoProfile.VideoState.isBidirectional(getVideoState()); in isVideoCall()
413 mTelecommCall.getDetails().getVideoState()); in toString()
DCallButtonPresenter.java300 mCall.getVideoState() | VideoProfile.VideoState.PAUSED); in pauseVideoClicked()
307 mCall.getVideoState() & ~VideoProfile.VideoState.PAUSED); in pauseVideoClicked()
DCallCardPresenter.java296 mPrimary.getVideoState(), in updatePrimaryCallState()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java403 getVideoState(), in toString()
786 setVideoState(connection.getVideoState()); in handleCreateConnectionSuccess()
1380 public int getVideoState() { in getVideoState() method in Call
DCallsManager.java379 if (call.getVideoState() != VideoProfile.VideoState.AUDIO_ONLY) { in hasVideoCall()
933 ringingCall.answer(ringingCall.getVideoState()); in onMediaButton()
DInCallController.java550 call.getVideoState(), in toParcelableCall()
DTelecomService.java825 call.answer(call.getVideoState()); in acceptRingingCallInternal()
DConnectionServiceWrapper.java703 call.getVideoState()), in createConnection()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java194 connection.setVideoState(request.getVideoState()); in onCreateOutgoingConnection()
334 originalConnection = phone.dial(number, request.getVideoState()); in placeOutgoingConnection()
DTelephonyConnection.java485 setVideoState(mOriginalConnection.getVideoState()); in setOriginalConnection()
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
DTestConnectionManager.java131 setVideoState(mRemote.getVideoState()); in TestManagedConnection()
DTestVideoProvider.java147 requestProfile.getVideoState(), requestProfile.getQuality()); in onSendSessionModifyRequest()
DTestConnectionService.java283 originalRequest.getVideoState()); in onCreateOutgoingConnection()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnectionService.java262 phone.dial(number, request.getVideoState()); in startCallWithPhone()