/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsVideoProviderWrapperTest.java | 124 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/ |
D | ImsVideoCallProviderWrapper.java | 289 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/ |
D | ImsExternalCallTracker.java | 91 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()
|
D | ImsPhoneConnection.java | 803 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()
|
D | ImsPhoneCallTracker.java | 3093 int oldVideoState = conn.getVideoState(); in modifyVideoCall() 3175 if (VideoProfile.isPaused(conn.getVideoState()) && in onDataEnabledChanged()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableConference.java | 118 public int getVideoState() { in getVideoState() method in ParcelableConference
|
D | Conference.java | 255 public int getVideoState() { in getVideoState() method in Conference 662 getVideoState(), in toString()
|
D | ConnectionRequest.java | 252 public int getVideoState() { in getVideoState() method in ConnectionRequest
|
D | VideoProfile.java | 152 public int getVideoState() { in getVideoState() method in VideoProfile
|
D | RemoteConnectionService.java | 90 connection.setVideoState(parcel.getVideoState()); 505 .setVideoState(request.getVideoState()) in createRemoteConnection()
|
D | ParcelableConnection.java | 177 public int getVideoState() { in getVideoState() method in ParcelableConnection
|
D | Call.java | 603 public int getVideoState() { in getVideoState() method in Call.Details 735 parcelableCall.getVideoState(), in createFromParcelableCall() 1636 mVideoCallImpl.setVideoState(getDetails().getVideoState()); in internalUpdate()
|
D | ParcelableCall.java | 261 public int getVideoState() { in getVideoState() method in ParcelableCall
|
D | ParcelableCallAnalytics.java | 77 public int getVideoState() { in getVideoState() method in ParcelableCallAnalytics.VideoEvent
|
D | RemoteConnection.java | 684 mVideoState = connection.getVideoState(); in RemoteConnection() 866 public int getVideoState() { in getVideoState() method in RemoteConnection
|
D | ConnectionService.java | 1386 connection.getVideoState(), in createConnection() 1798 conference.getVideoState(), in addConference() 1805 mAdapter.setVideoState(id, conference.getVideoState()); in addConference() 1861 connection.getVideoState(), in addExistingConnection()
|
D | Connection.java | 1746 public final int getVideoState() { in getVideoState() method in Connection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 655 public int getVideoState() { in getVideoState() method in Connection
|
D | Phone.java | 2172 private static int getVideoState(Call call) { in getVideoState() method in Phone 2176 videoState = conn.getVideoState(); in getVideoState()
|
/frameworks/base/api/ |
D | current.txt | 38618 method public int getVideoState(); 38717 method public int getVideoState(); 38909 method public int getVideoState(); 39135 method public int getVideoState(); 39281 method public int getVideoState();
|
D | system-current.txt | 41851 method public int getVideoState(); 41957 method public int getVideoState(); 42153 method public int getVideoState(); 42504 method public int getVideoState(); 42709 method public int getVideoState();
|