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.java364 public int getVideoState() { in getVideoState() method in Call
365 return mTelecommCall.getDetails().getVideoState(); in getVideoState()
370 VideoProfile.VideoState.isBidirectional(getVideoState()); in isVideoCall()
405 mTelecommCall.getDetails().getVideoState()); in toString()
DCallButtonPresenter.java294 mCall.getVideoState() | VideoProfile.VideoState.PAUSED); in pauseVideoClicked()
301 mCall.getVideoState() & ~VideoProfile.VideoState.PAUSED); in pauseVideoClicked()
DCallCardPresenter.java289 mPrimary.getVideoState(), in updatePrimaryCallState()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java361 getVideoState(), in toString()
678 setVideoState(connection.getVideoState()); in handleCreateConnectionSuccess()
1241 public int getVideoState() { in getVideoState() method in Call
DTelecomServiceImpl.java511 call.answer(call.getVideoState()); in acceptRingingCallInternal()
DInCallController.java507 call.getVideoState(), in toParcelableCall()
DCallsManager.java812 ringingCall.answer(ringingCall.getVideoState()); in onMediaButton()
DConnectionServiceWrapper.java645 call.getVideoState()), in createConnection()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java176 connection.setVideoState(request.getVideoState()); in onCreateOutgoingConnection()
316 originalConnection = phone.dial(number, request.getVideoState()); in placeOutgoingConnection()
DTelephonyConnection.java384 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()