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

/packages/apps/InCallUI/src/com/android/incallui/
H A DInCallVideoCallListener.java50 int previousVideoState = mCall.getVideoState();
51 int newVideoState = videoProfile.getVideoState();
84 requestedProfile.getVideoState() == responseProfile.getVideoState();
86 VideoProfile.VideoState.isBidirectional(responseProfile.getVideoState());
H A DCall.java369 public int getVideoState() { method in class:Call
370 return mTelecommCall.getDetails().getVideoState();
375 VideoProfile.VideoState.isBidirectional(getVideoState());
413 mTelecommCall.getDetails().getVideoState());
H A DCallButtonPresenter.java300 mCall.getVideoState() | VideoProfile.VideoState.PAUSED);
307 mCall.getVideoState() & ~VideoProfile.VideoState.PAUSED);
H A DCallCardPresenter.java296 mPrimary.getVideoState(),
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java194 connection.setVideoState(request.getVideoState());
334 originalConnection = phone.dial(number, request.getVideoState());
H A DTelephonyConnection.java485 setVideoState(mOriginalConnection.getVideoState());
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
H A DTestConnectionManager.java131 setVideoState(mRemote.getVideoState());
H A DTestVideoProvider.java147 requestProfile.getVideoState(), requestProfile.getQuality());
H A DTestConnectionService.java283 originalRequest.getVideoState());
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnectionService.java262 phone.dial(number, request.getVideoState());
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java403 getVideoState(),
786 setVideoState(connection.getVideoState());
1380 public int getVideoState() { method in class:Call
H A DCallsManager.java379 if (call.getVideoState() != VideoProfile.VideoState.AUDIO_ONLY) {
933 ringingCall.answer(ringingCall.getVideoState());
H A DInCallController.java550 call.getVideoState(),
H A DTelecomService.java825 call.answer(call.getVideoState());
H A DConnectionServiceWrapper.java703 call.getVideoState()),

Completed in 206 milliseconds