Searched refs:videoStateToString (Results 1 – 5 of 5) sorted by relevance
320 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 …]
224 sb.append(videoStateToString(mVideoState)); in toString()237 public static String videoStateToString(@VideoState int videoState) { in videoStateToString() method in VideoProfile
1236 sb.append(VideoProfile.videoStateToString(mVideoState)); in toString()
1498 VideoProfile.videoStateToString(requestProfile.getVideoState()) + in onReceiveSessionModifyResponse()1500 VideoProfile.videoStateToString(responseProfile.getVideoState()) + in onReceiveSessionModifyResponse()1502 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()1568 + "newVideoState=" + VideoProfile.videoStateToString(newVideoState)); in changeToPausedState()1576 + "newVideoState=" + VideoProfile.videoStateToString(newVideoState)); in changeToUnPausedState()
40434 method public static String videoStateToString(int);