Searched refs:videoStateToString (Results 1 – 6 of 6) 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 …]
225 sb.append(videoStateToString(mVideoState)); in toString()238 public static String videoStateToString(@VideoState int videoState) { in videoStateToString() method in VideoProfile
982 sb.append(VideoProfile.videoStateToString(mVideoState)); in toString()
1309 VideoProfile.videoStateToString(requestProfile.getVideoState()) + in onReceiveSessionModifyResponse()1311 VideoProfile.videoStateToString(responseProfile.getVideoState()) + in onReceiveSessionModifyResponse()1313 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()1379 + "newVideoState=" + VideoProfile.videoStateToString(newVideoState)); in changeToPausedState()1387 + "newVideoState=" + VideoProfile.videoStateToString(newVideoState)); in changeToUnPausedState()
13773 HSPLandroid/telecom/VideoProfile;->videoStateToString(I)Ljava/lang/String;
43817 method public static String videoStateToString(int);