Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsVideoProviderWrapperTest.java124 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState()); in testNoFilterWhenDisablingCamera()
141 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState()); in testNoFilterWhenEnablingCamera()
156 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState()); in testNoFilteringOnPause()
171 assertEquals(filteredTo.getVideoState(), toProfile.getVideoState()); in testNoFilteringOnResume()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java289 int fromVideoState = fromProfile.getVideoState(); in onSendSessionModifyRequest()
290 int toVideoState = toProfile.getVideoState(); in onSendSessionModifyRequest()
292 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
293 VideoProfile.videoStateToString(toProfile.getVideoState())); in onSendSessionModifyRequest()
408 int fromVideoState = fromProfile.getVideoState(); in maybeFilterPauseResume()
409 int toVideoState = toProfile.getVideoState(); in maybeFilterPauseResume()
490 VideoProfile.videoStateToString(fromProfile.getVideoState()), in pauseVideo()
491 VideoProfile.videoStateToString(toProfile.getVideoState())); in pauseVideo()
515 VideoProfile.videoStateToString(fromProfile.getVideoState()), in resumeVideo()
516 VideoProfile.videoStateToString(toProfile.getVideoState())); in resumeVideo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java91 mCallPuller.pullExternalCall(connection.getAddress(), connection.getVideoState(), in onPullExternalCall()
365 if (newVideoState != connection.getVideoState()) { in updateExistingConnection()
377 + VideoProfile.isVideo(connection.getVideoState()) in updateExistingConnection()
396 isCallPullPermitted(isNetworkPullable, imsExternalConnection.getVideoState()); in refreshCallPullState()
402 + VideoProfile.isVideo(imsExternalConnection.getVideoState()) in refreshCallPullState()
DImsPhoneConnection.java803 int oldVideoState = getVideoState(); in updateMediaCapabilities()
1053 int currentVideoState = getVideoState(); in onReceiveSessionModifyResponse()
1054 int newVideoState = responseProfile.getVideoState(); in onReceiveSessionModifyResponse()
1075 VideoProfile.videoStateToString(requestProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1077 VideoProfile.videoStateToString(responseProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1095 mImsVideoCallProviderWrapper.pauseVideo(getVideoState(), source); in pauseVideo()
1109 mImsVideoCallProviderWrapper.resumeVideo(getVideoState(), source); in resumeVideo()
DImsPhoneCallTracker.java3093 int oldVideoState = conn.getVideoState(); in modifyVideoCall()
3175 if (VideoProfile.isPaused(conn.getVideoState()) && in onDataEnabledChanged()
/frameworks/base/telecomm/java/android/telecom/
DParcelableConference.java118 public int getVideoState() { in getVideoState() method in ParcelableConference
DConference.java255 public int getVideoState() { in getVideoState() method in Conference
662 getVideoState(), in toString()
DConnectionRequest.java252 public int getVideoState() { in getVideoState() method in ConnectionRequest
DVideoProfile.java152 public int getVideoState() { in getVideoState() method in VideoProfile
DRemoteConnectionService.java90 connection.setVideoState(parcel.getVideoState());
505 .setVideoState(request.getVideoState()) in createRemoteConnection()
DParcelableConnection.java177 public int getVideoState() { in getVideoState() method in ParcelableConnection
DCall.java603 public int getVideoState() { in getVideoState() method in Call.Details
735 parcelableCall.getVideoState(), in createFromParcelableCall()
1636 mVideoCallImpl.setVideoState(getDetails().getVideoState()); in internalUpdate()
DParcelableCall.java261 public int getVideoState() { in getVideoState() method in ParcelableCall
DParcelableCallAnalytics.java77 public int getVideoState() { in getVideoState() method in ParcelableCallAnalytics.VideoEvent
DRemoteConnection.java684 mVideoState = connection.getVideoState(); in RemoteConnection()
866 public int getVideoState() { in getVideoState() method in RemoteConnection
DConnectionService.java1386 connection.getVideoState(), in createConnection()
1798 conference.getVideoState(), in addConference()
1805 mAdapter.setVideoState(id, conference.getVideoState()); in addConference()
1861 connection.getVideoState(), in addExistingConnection()
DConnection.java1746 public final int getVideoState() { in getVideoState() method in Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java655 public int getVideoState() { in getVideoState() method in Connection
DPhone.java2172 private static int getVideoState(Call call) { in getVideoState() method in Phone
2176 videoState = conn.getVideoState(); in getVideoState()
/frameworks/base/api/
Dcurrent.txt38618 method public int getVideoState();
38717 method public int getVideoState();
38909 method public int getVideoState();
39135 method public int getVideoState();
39281 method public int getVideoState();
Dsystem-current.txt41851 method public int getVideoState();
41957 method public int getVideoState();
42153 method public int getVideoState();
42504 method public int getVideoState();
42709 method public int getVideoState();