Home
last modified time | relevance | path

Searched refs:videoStateToString (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java320 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
321 VideoProfile.videoStateToString(toProfile.getVideoState()))); in onSendSessionModifyRequest()
332 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
333 VideoProfile.videoStateToString(toProfile.getVideoState()))); in onSendSessionModifyRequest()
464 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
465 VideoProfile.videoStateToString(toVideoState))); in maybeFilterPauseResume()
493 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
494 VideoProfile.videoStateToString(toVideoState))); in maybeFilterPauseResume()
498 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
499 VideoProfile.videoStateToString(toVideoState))); in maybeFilterPauseResume()
[all …]
/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java224 sb.append(videoStateToString(mVideoState)); in toString()
237 public static String videoStateToString(@VideoState int videoState) { in videoStateToString() method in VideoProfile
DCall.java1224 sb.append(VideoProfile.videoStateToString(mVideoState)); in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1637 VideoProfile.videoStateToString(requestProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1639 VideoProfile.videoStateToString(responseProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1641 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()
1730 + "newVideoState=" + VideoProfile.videoStateToString(newVideoState)); in changeToPausedState()
1738 + "newVideoState=" + VideoProfile.videoStateToString(newVideoState)); in changeToUnPausedState()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt43372 method public static String videoStateToString(int);