Searched refs:videoStateToString (Results 1 – 14 of 14) sorted by relevance
53 assertEquals("Audio Only", VideoProfile.videoStateToString(VideoProfile.STATE_AUDIO_ONLY)); in testToString()54 assertEquals("Audio Tx", VideoProfile.videoStateToString(VideoProfile.STATE_TX_ENABLED)); in testToString()55 assertEquals("Audio Rx", VideoProfile.videoStateToString(VideoProfile.STATE_RX_ENABLED)); in testToString()56 assertEquals("Audio Tx Rx", VideoProfile.videoStateToString( in testToString()59 assertEquals("Audio Pause", VideoProfile.videoStateToString(VideoProfile.STATE_PAUSED)); in testToString()60 assertEquals("Audio Tx Pause", VideoProfile.videoStateToString( in testToString()62 assertEquals("Audio Rx Pause", VideoProfile.videoStateToString( in testToString()64 assertEquals("Audio Tx Rx Pause", VideoProfile.videoStateToString( in testToString()
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()588 VideoProfile.videoStateToString(mCurrentVideoState), in onVideoStateChanged()589 VideoProfile.videoStateToString(newVideoState))); in onVideoStateChanged()[all …]
257 .videoStateToString(newVideoState)); in onSessionModifyRequestReceived()341 "foreground.", VideoProfile.videoStateToString(previousVideoState), in onVideoStateChanged()342 VideoProfile.videoStateToString(newVideoState), call.getId()); in onVideoStateChanged()349 " to %s", call.getId(), VideoProfile.videoStateToString(previousVideoState), in onVideoStateChanged()350 VideoProfile.videoStateToString(newVideoState)); in onVideoStateChanged()
161 VideoProfile.videoStateToString(videoProfile.getVideoState())); in receiveSessionModifyRequest()447 VideoProfile.videoStateToString(toProfile.getVideoState())); in onSendSessionModifyRequest()474 VideoProfile.videoStateToString(responseProfile.getVideoState())); in onSendSessionModifyResponse()
3620 VideoProfile.videoStateToString(videoState)); in setVideoState()3640 VideoProfile.videoStateToString(videoState)); in setVideoState()
1354 Log.pii(srcAddr), VideoProfile.videoStateToString(videoState),
1070 .videoStateToString(videoState)); in onSessionModifyRequestReceived()
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()
576 VideoProfile.videoStateToString(currentVideoState), in checkForVideoStateChange()577 VideoProfile.videoStateToString(call.getVideoState())); in checkForVideoStateChange()
1262 VideoProfile.videoStateToString(telecomCall.getDetails().getVideoState()), in toString()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
40512 method public static String videoStateToString(int);