/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsVideoCallProviderWrapper.java | 166 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/ |
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 | 971 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()
|
D | ImsPhoneCallTracker.java | 3202 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/ |
D | VideoProfile.java | 155 public int getVideoState() { in getVideoState() method in VideoProfile
|
D | Conference.java | 243 public int getVideoState() { in getVideoState() method in Conference 797 getVideoState(), in toString()
|
D | RemoteConnectionService.java | 90 connection.setVideoState(parcel.getVideoState()); 560 .setVideoState(request.getVideoState()) in createRemoteConnection()
|
D | ConnectionRequest.java | 319 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 | Call.java | 906 public int getVideoState() { in getVideoState() method in Call.Details 1079 parcelableCall.getVideoState(), in createFromParcelableCall() 2332 mVideoCallImpl.setVideoState(getDetails().getVideoState()); in internalUpdate()
|
D | RemoteConnection.java | 696 mVideoState = connection.getVideoState(); in RemoteConnection() 879 public int getVideoState() { in getVideoState() method in RemoteConnection
|
D | ConnectionService.java | 1890 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()
|
D | ParcelableCall.java | 545 public int getVideoState() { in getVideoState() method in ParcelableCall
|
D | Connection.java | 2107 public final @VideoProfile.VideoState int getVideoState() { in getVideoState() method in Connection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 888 public int getVideoState() { in getVideoState() method in Connection
|
D | Phone.java | 2697 private static int getVideoState(Call call) { in getVideoState() method in Phone 2701 videoState = conn.getVideoState(); in getVideoState()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 45508 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();
|