Searched refs:videoEvents (Results 1 – 2 of 2) sorted by relevance
271 TelecomLogClass.VideoEvent[] videoEvents = analyticsProto.callLogs[0].videoEvents; in testAnalyticsVideo() local272 assertEquals(2, videoEvents.length); in testAnalyticsVideo()274 assertEquals(Analytics.SEND_LOCAL_SESSION_MODIFY_REQUEST, videoEvents[0].getEventName()); in testAnalyticsVideo()275 assertEquals(VideoProfile.STATE_RX_ENABLED, videoEvents[0].getVideoState()); in testAnalyticsVideo()276 assertEquals(-1, videoEvents[0].getTimeSinceLastEventMillis()); in testAnalyticsVideo()279 videoEvents[1].getEventName()); in testAnalyticsVideo()280 assertEquals(VideoProfile.STATE_RX_ENABLED, videoEvents[1].getVideoState()); in testAnalyticsVideo()281 assertIsRoundedToOneSigFig(videoEvents[1].getTimeSinceLastEventMillis()); in testAnalyticsVideo()
241 public List<TelecomLogClass.VideoEvent> videoEvents; field in Analytics.CallInfoImpl255 videoEvents = new LinkedList<>(); in CallInfoImpl()272 this.videoEvents = other.videoEvents; in CallInfoImpl()365 videoEvents.add(new TelecomLogClass.VideoEvent() in addVideoEvent()443 result.setVideoEvents(Arrays.stream(analyticsProto.videoEvents) in toParcelableAnalytics()488 result.videoEvents = in toProto()489 videoEvents.toArray(new TelecomLogClass.VideoEvent[videoEvents.size()]); in toProto()