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

/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoPauseController.java59 mVideoState = call.getVideoState();
66 public int getVideoState() { method in class:VideoPauseController.CallContext
410 return callContext != null && CallUtils.isVideoCall(callContext.getVideoState());
H A DCall.java470 public int getVideoState() { method in class:Call
471 return mTelecommCall.getDetails().getVideoState();
476 CallUtils.isVideoCall(getVideoState());
486 if (videoState == getVideoState()) {
573 VideoProfile.videoStateToString(mTelecommCall.getDetails().getVideoState()),
/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java303 public int getVideoState() { method in class:ImsConference
305 return mConferenceHost.getVideoState();
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java445 getVideoStateDescription(getVideoState()),
907 setVideoState(connection.getVideoState());
1561 public int getVideoState() { method in class:Call

Completed in 74 milliseconds