/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsVideoCallProviderWrapper.java | 158 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/ |
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 | 888 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()
|
D | ImsPhoneCallTracker.java | 2656 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/ |
D | ParcelableConference.java | 138 public int getVideoState() { in getVideoState() method in ParcelableConference
|
D | VideoProfile.java | 156 public int getVideoState() { in getVideoState() method in VideoProfile
|
D | Conference.java | 269 public int getVideoState() { in getVideoState() method in Conference 757 getVideoState(), in toString()
|
D | ConnectionRequest.java | 254 public int getVideoState() { in getVideoState() method in ConnectionRequest
|
D | RemoteConnectionService.java | 90 connection.setVideoState(parcel.getVideoState()); 529 .setVideoState(request.getVideoState()) in createRemoteConnection()
|
D | ParcelableConnection.java | 186 public int getVideoState() { in getVideoState() method in ParcelableConnection
|
D | Call.java | 818 public int getVideoState() { in getVideoState() method in Call.Details 962 parcelableCall.getVideoState(), in createFromParcelableCall() 2078 mVideoCallImpl.setVideoState(getDetails().getVideoState()); in internalUpdate()
|
D | ParcelableCallAnalytics.java | 77 public int getVideoState() { in getVideoState() method in ParcelableCallAnalytics.VideoEvent
|
D | ParcelableCall.java | 272 public int getVideoState() { in getVideoState() method in ParcelableCall
|
D | RemoteConnection.java | 685 mVideoState = connection.getVideoState(); in RemoteConnection() 867 public int getVideoState() { in getVideoState() method in RemoteConnection
|
D | ConnectionService.java | 1611 connection.getVideoState(), in createConnection() 2055 conference.getVideoState(), in addConference() 2067 mAdapter.setVideoState(id, conference.getVideoState()); in addConference() 2138 connection.getVideoState(), in addExistingConnection()
|
D | Connection.java | 1872 public final int getVideoState() { in getVideoState() method in Connection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 839 public int getVideoState() { in getVideoState() method in Connection
|
D | Phone.java | 2425 private static int getVideoState(Call call) { in getVideoState() method in Phone 2429 videoState = conn.getVideoState(); in getVideoState()
|
/frameworks/base/api/ |
D | current.txt | 43064 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/ |
D | hiddenapi-greylist-max-o.txt | 70578 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
|
D | boot-image-profile.txt | 21952 HPLcom/android/internal/telephony/Connection;->getVideoState()I
|