Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java158 videoProfile.getVideoState()) && !mIsVideoEnabled) {
163 videoProfile.getVideoState());
304 if (isResumeRequest(fromProfile.getVideoState(), toProfile.getVideoState()) && in onSendSessionModifyRequest()
309 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
310 VideoProfile.videoStateToString(toProfile.getVideoState())); in onSendSessionModifyRequest()
317 int fromVideoState = fromProfile.getVideoState(); in onSendSessionModifyRequest()
318 int toVideoState = toProfile.getVideoState(); in onSendSessionModifyRequest()
320 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
321 VideoProfile.videoStateToString(toProfile.getVideoState())); in onSendSessionModifyRequest()
433 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.java888 int oldVideoState = getVideoState(); in updateMediaCapabilities()
1287 int currentVideoState = getVideoState(); in onReceiveSessionModifyResponse()
1288 int newVideoState = responseProfile.getVideoState(); in onReceiveSessionModifyResponse()
1309 VideoProfile.videoStateToString(requestProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1311 VideoProfile.videoStateToString(responseProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1329 mImsVideoCallProviderWrapper.pauseVideo(getVideoState(), source); in pauseVideo()
1343 mImsVideoCallProviderWrapper.resumeVideo(getVideoState(), source); in resumeVideo()
1377 int newVideoState = getVideoState() | VideoProfile.STATE_PAUSED; in changeToPausedState()
1385 int newVideoState = getVideoState() & ~VideoProfile.STATE_PAUSED; in changeToUnPausedState()
DImsPhoneCallTracker.java2656 VideoProfile.isVideo(conn.getVideoState())) {
3872 int oldVideoState = conn.getVideoState(); in modifyVideoCall()
3990 if (VideoProfile.isPaused(conn.getVideoState()) && in handleDataEnabledChange()
4198 VideoProfile.isVideo(conn.getVideoState())) { in onCallHoldReceived()
/frameworks/base/telecomm/java/android/telecom/
DParcelableConference.java138 public int getVideoState() { in getVideoState() method in ParcelableConference
DVideoProfile.java156 public int getVideoState() { in getVideoState() method in VideoProfile
DConference.java269 public int getVideoState() { in getVideoState() method in Conference
757 getVideoState(), in toString()
DConnectionRequest.java254 public int getVideoState() { in getVideoState() method in ConnectionRequest
DRemoteConnectionService.java90 connection.setVideoState(parcel.getVideoState());
529 .setVideoState(request.getVideoState()) in createRemoteConnection()
DParcelableConnection.java186 public int getVideoState() { in getVideoState() method in ParcelableConnection
DCall.java818 public int getVideoState() { in getVideoState() method in Call.Details
962 parcelableCall.getVideoState(), in createFromParcelableCall()
2078 mVideoCallImpl.setVideoState(getDetails().getVideoState()); in internalUpdate()
DParcelableCallAnalytics.java77 public int getVideoState() { in getVideoState() method in ParcelableCallAnalytics.VideoEvent
DParcelableCall.java272 public int getVideoState() { in getVideoState() method in ParcelableCall
DRemoteConnection.java685 mVideoState = connection.getVideoState(); in RemoteConnection()
867 public int getVideoState() { in getVideoState() method in RemoteConnection
DConnectionService.java1611 connection.getVideoState(), in createConnection()
2055 conference.getVideoState(), in addConference()
2067 mAdapter.setVideoState(id, conference.getVideoState()); in addConference()
2138 connection.getVideoState(), in addExistingConnection()
DConnection.java1872 public final int getVideoState() { in getVideoState() method in Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java839 public int getVideoState() { in getVideoState() method in Connection
DPhone.java2425 private static int getVideoState(Call call) { in getVideoState() method in Phone
2429 videoState = conn.getVideoState(); in getVideoState()
/frameworks/base/api/
Dcurrent.txt43064 method public int getVideoState();
43186 method public int getVideoState();
43402 method public int getVideoState();
43654 method public int getVideoState();
43810 method public int getVideoState();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70578 Landroid/telecom/Connection;->getVideoState()I
71076 Landroid/telecom/ParcelableCall;->getVideoState()I
71117 Landroid/telecom/ParcelableCallAnalytics$VideoEvent;->getVideoState()I
71158 Landroid/telecom/ParcelableConference;->getVideoState()I
71192 Landroid/telecom/ParcelableConnection;->getVideoState()I
Dboot-image-profile.txt21952 HPLcom/android/internal/telephony/Connection;->getVideoState()I