Searched defs:getVideoState (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DVideoPauseController.java47 mVideoState = call.getVideoState();
54 public int getVideoState() { method in class:VideoPauseController.CallContext
198 (call != null && VideoProfile.isPaused(call.getVideoState())))
359 return callContext != null && VideoUtils.isVideoCall(callContext.getVideoState());
H A DCall.java464 maybeCancelVideoUpgrade(mTelecomCall.getDetails().getVideoState());
801 public int getVideoState() { method in class:Call
802 return mTelecomCall.getDetails().getVideoState();
807 VideoUtils.isVideoCall(getVideoState());
822 if (videoState == getVideoState()) {
972 VideoProfile.videoStateToString(mTelecomCall.getDetails().getVideoState()),
/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java388 public int getVideoState() { method in class:ImsConference
390 return mConferenceHost.getVideoState();
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java549 getVideoStateDescription(getVideoState()),
1217 setVideoState(connection.getVideoState());
2011 public int getVideoState() { method in class:Call

Completed in 108 milliseconds