Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java167 videoProfile.getVideoState()) && !mIsVideoEnabled) {
172 videoProfile.getVideoState()));
314 if (isResumeRequest(fromProfile.getVideoState(), toProfile.getVideoState()) && in onSendSessionModifyRequest()
320 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
321 VideoProfile.videoStateToString(toProfile.getVideoState()))); in onSendSessionModifyRequest()
328 int fromVideoState = fromProfile.getVideoState(); in onSendSessionModifyRequest()
329 int toVideoState = toProfile.getVideoState(); in onSendSessionModifyRequest()
332 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
333 VideoProfile.videoStateToString(toProfile.getVideoState()))); in onSendSessionModifyRequest()
445 int fromVideoState = fromProfile.getVideoState(); in maybeFilterPauseResume()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsVideoProviderWrapperTest.java125 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState()); in testNoFilterWhenDisablingCamera()
142 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState()); in testNoFilterWhenEnablingCamera()
157 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState()); in testNoFilteringOnPause()
172 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState()); in testNoFilteringOnResume()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java90 mCallPuller.pullExternalCall(connection.getAddress(), connection.getVideoState(), in onPullExternalCall()
364 if (newVideoState != connection.getVideoState()) { in updateExistingConnection()
376 + VideoProfile.isVideo(connection.getVideoState()) in updateExistingConnection()
395 isCallPullPermitted(isNetworkPullable, imsExternalConnection.getVideoState()); in refreshCallPullState()
401 + VideoProfile.isVideo(imsExternalConnection.getVideoState()) in refreshCallPullState()
DImsPhoneConnection.java995 int oldVideoState = getVideoState(); in updateMediaCapabilities()
1476 int currentVideoState = getVideoState(); in onReceiveSessionModifyResponse()
1477 int newVideoState = responseProfile.getVideoState(); in onReceiveSessionModifyResponse()
1498 VideoProfile.videoStateToString(requestProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1500 VideoProfile.videoStateToString(responseProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1518 mImsVideoCallProviderWrapper.pauseVideo(getVideoState(), source); in pauseVideo()
1532 mImsVideoCallProviderWrapper.resumeVideo(getVideoState(), source); in resumeVideo()
1566 int newVideoState = getVideoState() | VideoProfile.STATE_PAUSED; in changeToPausedState()
1574 int newVideoState = getVideoState() & ~VideoProfile.STATE_PAUSED; in changeToUnPausedState()
DImsPhoneCallTracker.java3443 VideoProfile.isVideo(conn.getVideoState())) {
4760 int oldVideoState = conn.getVideoState(); in modifyVideoCall()
4886 if (VideoProfile.isPaused(conn.getVideoState()) && in handleDataEnabledChange()
5099 VideoProfile.isVideo(conn.getVideoState())) { in onCallHoldReceived()
/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java155 public int getVideoState() { in getVideoState() method in VideoProfile
DConference.java241 public int getVideoState() { in getVideoState() method in Conference
788 getVideoState(), in toString()
DRemoteConnectionService.java90 connection.setVideoState(parcel.getVideoState());
560 .setVideoState(request.getVideoState()) in createRemoteConnection()
DCall.java1008 public int getVideoState() { in getVideoState() method in Call.Details
1212 parcelableCall.getVideoState(), in createFromParcelableCall()
2475 mVideoCallImpl.setVideoState(getDetails().getVideoState()); in internalUpdate()
2610 mDetails.getVideoState(), in internalSetDisconnected()
DConnectionRequest.java321 public int getVideoState() { in getVideoState() method in ConnectionRequest
DParcelableConnection.java190 public int getVideoState() { in getVideoState() method in ParcelableConnection
DParcelableCallAnalytics.java77 public int getVideoState() { in getVideoState() method in ParcelableCallAnalytics.VideoEvent
DParcelableConference.java258 public int getVideoState() { in getVideoState() method in ParcelableConference
DRemoteConnection.java698 mVideoState = connection.getVideoState(); in RemoteConnection()
881 public int getVideoState() { in getVideoState() method in RemoteConnection
DConnectionService.java1995 conference.getVideoState()) in createConference()
2009 mAdapter.setVideoState(callId, conference.getVideoState()); in createConference()
2127 connection.getVideoState(), in createConnection()
2702 conference.getVideoState()) in addConference()
2717 mAdapter.setVideoState(id, conference.getVideoState()); in addConference()
2799 connection.getVideoState(), in addExistingConnection()
DParcelableCall.java545 public int getVideoState() { in getVideoState() method in ParcelableCall
DConnection.java2217 public final @VideoProfile.VideoState int getVideoState() { in getVideoState() method in Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java941 public int getVideoState() { in getVideoState() method in Connection
DPhone.java2931 private static int getVideoState(Call call) { in getVideoState() method in Phone
2935 videoState = conn.getVideoState(); in getVideoState()
/frameworks/base/core/api/
Dcurrent.txt39574 method public int getVideoState();
39708 method public int getVideoState();
39774 method public final int getVideoState();
39983 method public int getVideoState();
40251 method public int getVideoState();
40427 method public int getVideoState();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55097 Landroid/telecom/Connection;->getVideoState()I
55570 Landroid/telecom/ParcelableCall;->getVideoState()I
55610 Landroid/telecom/ParcelableCallAnalytics$VideoEvent;->getVideoState()I
55650 Landroid/telecom/ParcelableConference;->getVideoState()I
55683 Landroid/telecom/ParcelableConnection;->getVideoState()I