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()
997 when(fakeCall.getVideoStateHistory()).thenReturn(callVideoState); in makeFakeCall()
348 int callFeatures = getCallFeatures(call.getVideoStateHistory(), in logCall()
3320 public int getVideoStateHistory() { in getVideoStateHistory() method in Call