/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsVideoCallProviderWrapper.java | 167 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/ |
D | ImsVideoProviderWrapperTest.java | 125 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/ |
D | ImsExternalCallTracker.java | 90 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()
|
D | ImsPhoneConnection.java | 995 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()
|
D | ImsPhoneCallTracker.java | 3443 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/ |
D | VideoProfile.java | 155 public int getVideoState() { in getVideoState() method in VideoProfile
|
D | Conference.java | 241 public int getVideoState() { in getVideoState() method in Conference 788 getVideoState(), in toString()
|
D | RemoteConnectionService.java | 90 connection.setVideoState(parcel.getVideoState()); 560 .setVideoState(request.getVideoState()) in createRemoteConnection()
|
D | Call.java | 1008 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()
|
D | ConnectionRequest.java | 321 public int getVideoState() { in getVideoState() method in ConnectionRequest
|
D | ParcelableConnection.java | 190 public int getVideoState() { in getVideoState() method in ParcelableConnection
|
D | ParcelableCallAnalytics.java | 77 public int getVideoState() { in getVideoState() method in ParcelableCallAnalytics.VideoEvent
|
D | ParcelableConference.java | 258 public int getVideoState() { in getVideoState() method in ParcelableConference
|
D | RemoteConnection.java | 698 mVideoState = connection.getVideoState(); in RemoteConnection() 881 public int getVideoState() { in getVideoState() method in RemoteConnection
|
D | ConnectionService.java | 1995 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()
|
D | ParcelableCall.java | 545 public int getVideoState() { in getVideoState() method in ParcelableCall
|
D | Connection.java | 2217 public final @VideoProfile.VideoState int getVideoState() { in getVideoState() method in Connection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 941 public int getVideoState() { in getVideoState() method in Connection
|
D | Phone.java | 2931 private static int getVideoState(Call call) { in getVideoState() method in Phone 2935 videoState = conn.getVideoState(); in getVideoState()
|
/frameworks/base/core/api/ |
D | current.txt | 39574 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/ |
D | hiddenapi-max-target-o.txt | 55097 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
|