Searched refs:getVideoStateHistory (Results 1 – 4 of 4) sorted by relevance
174 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testIncomingVideoCallMissedCheckVideoHistory()191 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testIncomingVideoCallRejectedCheckVideoHistory()210 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testOutgoingVideoCallCanceledCheckVideoHistory()228 assertTrue(VideoProfile.isVideo(call.getVideoStateHistory())); in testOutgoingVideoCallRejectedCheckVideoHistory()249 assertFalse(VideoProfile.isVideo(call.getVideoStateHistory())); in testOutgoingVideoCallAnsweredAsAudio()
1062 when(fakeCall.getVideoStateHistory()).thenReturn(callVideoState); in makeFakeCall()
304 paramBuilder.setFeatures(getCallFeatures(call.getVideoStateHistory(), in logCall()
3596 public int getVideoStateHistory() { in getVideoStateHistory() method in Call