Searched refs:videoStateToString (Results 1 – 7 of 7) sorted by relevance
309 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()310 VideoProfile.videoStateToString(toProfile.getVideoState())); in onSendSessionModifyRequest()320 VideoProfile.videoStateToString(fromProfile.getVideoState()), in onSendSessionModifyRequest()321 VideoProfile.videoStateToString(toProfile.getVideoState())); in onSendSessionModifyRequest()452 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()453 VideoProfile.videoStateToString(toVideoState)); in maybeFilterPauseResume()481 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()482 VideoProfile.videoStateToString(toVideoState)); in maybeFilterPauseResume()486 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()487 VideoProfile.videoStateToString(toVideoState)); in maybeFilterPauseResume()[all …]
221 sb.append(videoStateToString(mVideoState)); in toString()234 public static String videoStateToString(@VideoState int videoState) { in videoStateToString() method in VideoProfile
1162 VideoProfile.videoStateToString(requestProfile.getVideoState()) + in onReceiveSessionModifyResponse()1164 VideoProfile.videoStateToString(responseProfile.getVideoState()) + in onReceiveSessionModifyResponse()1166 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()1232 + "newVideoState=" + VideoProfile.videoStateToString(newVideoState)); in changeToPausedState()1240 + "newVideoState=" + VideoProfile.videoStateToString(newVideoState)); in changeToUnPausedState()
39519 method public static java.lang.String videoStateToString(int);
39790 method public static java.lang.String videoStateToString(int);
42957 method public static java.lang.String videoStateToString(int);
6553 HPLandroid/telecom/VideoProfile;->videoStateToString(I)Ljava/lang/String;