Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java319 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
320 VideoProfile.videoStateToString(toProfile.getVideoState()))); in onSendSessionModifyRequest()
331 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()
332 VideoProfile.videoStateToString(toProfile.getVideoState()))); in onSendSessionModifyRequest()
463 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
464 VideoProfile.videoStateToString(toVideoState))); in maybeFilterPauseResume()
492 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
493 VideoProfile.videoStateToString(toVideoState))); in maybeFilterPauseResume()
497 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
498 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.java1103 sb.append(VideoProfile.videoStateToString(mVideoState)); in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1409 VideoProfile.videoStateToString(requestProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1411 VideoProfile.videoStateToString(responseProfile.getVideoState()) + in onReceiveSessionModifyResponse()
1413 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()
1479 + "newVideoState=" + VideoProfile.videoStateToString(newVideoState)); in changeToPausedState()
1487 + "newVideoState=" + VideoProfile.videoStateToString(newVideoState)); in changeToUnPausedState()
/frameworks/base/config/
Dboot-image-profile.txt13773 HSPLandroid/telecom/VideoProfile;->videoStateToString(I)Ljava/lang/String;
/frameworks/base/non-updatable-api/
Dcurrent.txt44351 method public static String videoStateToString(int);
/frameworks/base/api/
Dcurrent.txt44495 method public static String videoStateToString(int);