Searched refs:getVideoStateHistory (Results 1 – 4 of 4) sorted by relevance
176 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testIncomingVideoCallMissedCheckVideoHistory()193 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testIncomingVideoCallRejectedCheckVideoHistory()212 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testOutgoingVideoCallCanceledCheckVideoHistory()230 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testOutgoingVideoCallRejectedCheckVideoHistory()251 assertFalse(VideoProfile.isVideo(call.getVideoStateHistory())); in testOutgoingVideoCallAnsweredAsAudio()
1304 when(fakeCall.getVideoStateHistory()).thenReturn(callVideoState); in makeFakeCall()
344 paramBuilder.setFeatures(getCallFeatures(call.getVideoStateHistory(), in logCall()
4119 public int getVideoStateHistory() { in getVideoStateHistory() method in Call