Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java292 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
293 VideoProfile.videoStateToString(toProfile.getVideoState())); in onSendSessionModifyRequest()
427 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
428 VideoProfile.videoStateToString(toVideoState)); in maybeFilterPauseResume()
456 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
457 VideoProfile.videoStateToString(toVideoState)); in maybeFilterPauseResume()
461 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
462 VideoProfile.videoStateToString(toVideoState)); in maybeFilterPauseResume()
490 VideoProfile.videoStateToString(fromProfile.getVideoState()), in pauseVideo()
491 VideoProfile.videoStateToString(toProfile.getVideoState())); in pauseVideo()
[all …]
/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java221 sb.append(videoStateToString(mVideoState)); in toString()
234 public static String videoStateToString(@VideoState int videoState) { in videoStateToString() method in VideoProfile
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1075 VideoProfile.videoStateToString(requestProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1077 VideoProfile.videoStateToString(responseProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1079 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()
/frameworks/base/api/
Dcurrent.txt39288 method public static java.lang.String videoStateToString(int);
Dsystem-current.txt42716 method public static java.lang.String videoStateToString(int);