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.java166 videoProfile.getVideoState()) && !mIsVideoEnabled) {
171 videoProfile.getVideoState()));
313 if (isResumeRequest(fromProfile.getVideoState(), toProfile.getVideoState()) && in onSendSessionModifyRequest()
319 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
320 VideoProfile.videoStateToString(toProfile.getVideoState()))); in onSendSessionModifyRequest()
327 int fromVideoState = fromProfile.getVideoState(); in onSendSessionModifyRequest()
328 int toVideoState = toProfile.getVideoState(); in onSendSessionModifyRequest()
331 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
332 VideoProfile.videoStateToString(toProfile.getVideoState()))); in onSendSessionModifyRequest()
444 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.java971 int oldVideoState = getVideoState(); in updateMediaCapabilities()
1390 int currentVideoState = getVideoState(); in onReceiveSessionModifyResponse()
1391 int newVideoState = responseProfile.getVideoState(); in onReceiveSessionModifyResponse()
1412 VideoProfile.videoStateToString(requestProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1414 VideoProfile.videoStateToString(responseProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1432 mImsVideoCallProviderWrapper.pauseVideo(getVideoState(), source); in pauseVideo()
1446 mImsVideoCallProviderWrapper.resumeVideo(getVideoState(), source); in resumeVideo()
1480 int newVideoState = getVideoState() | VideoProfile.STATE_PAUSED; in changeToPausedState()
1488 int newVideoState = getVideoState() & ~VideoProfile.STATE_PAUSED; in changeToUnPausedState()
DImsPhoneCallTracker.java3202 VideoProfile.isVideo(conn.getVideoState())) {
4487 int oldVideoState = conn.getVideoState(); in modifyVideoCall()
4605 if (VideoProfile.isPaused(conn.getVideoState()) && in handleDataEnabledChange()
4816 VideoProfile.isVideo(conn.getVideoState())) { in onCallHoldReceived()
/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java155 public int getVideoState() { in getVideoState() method in VideoProfile
DConference.java243 public int getVideoState() { in getVideoState() method in Conference
797 getVideoState(), in toString()
DRemoteConnectionService.java90 connection.setVideoState(parcel.getVideoState());
560 .setVideoState(request.getVideoState()) in createRemoteConnection()
DConnectionRequest.java319 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
DCall.java906 public int getVideoState() { in getVideoState() method in Call.Details
1079 parcelableCall.getVideoState(), in createFromParcelableCall()
2332 mVideoCallImpl.setVideoState(getDetails().getVideoState()); in internalUpdate()
DRemoteConnection.java696 mVideoState = connection.getVideoState(); in RemoteConnection()
879 public int getVideoState() { in getVideoState() method in RemoteConnection
DConnectionService.java1890 conference.getVideoState()) in createConference()
1904 mAdapter.setVideoState(callId, conference.getVideoState()); in createConference()
2018 connection.getVideoState(), in createConnection()
2532 conference.getVideoState()) in addConference()
2547 mAdapter.setVideoState(id, conference.getVideoState()); in addConference()
2629 connection.getVideoState(), in addExistingConnection()
DParcelableCall.java545 public int getVideoState() { in getVideoState() method in ParcelableCall
DConnection.java2107 public final @VideoProfile.VideoState int getVideoState() { in getVideoState() method in Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java888 public int getVideoState() { in getVideoState() method in Connection
DPhone.java2697 private static int getVideoState(Call call) { in getVideoState() method in Phone
2701 videoState = conn.getVideoState(); in getVideoState()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt45508 method public int getVideoState();
45632 method public int getVideoState();
45692 method public final int getVideoState();
45893 method public int getVideoState();
46148 method public int getVideoState();
46314 method public int getVideoState();