Searched refs:videoEvents (Results 1 – 2 of 2) sorted by relevance
282 TelecomLogClass.VideoEvent[] videoEvents = analyticsProto.callLogs[0].videoEvents; in testAnalyticsVideo() local283 assertEquals(2, videoEvents.length); in testAnalyticsVideo()285 assertEquals(Analytics.SEND_LOCAL_SESSION_MODIFY_REQUEST, videoEvents[0].getEventName()); in testAnalyticsVideo()286 assertEquals(VideoProfile.STATE_RX_ENABLED, videoEvents[0].getVideoState()); in testAnalyticsVideo()287 assertEquals(-1, videoEvents[0].getTimeSinceLastEventMillis()); in testAnalyticsVideo()290 videoEvents[1].getEventName()); in testAnalyticsVideo()291 assertEquals(VideoProfile.STATE_RX_ENABLED, videoEvents[1].getVideoState()); in testAnalyticsVideo()292 assertIsRoundedToOneSigFig(videoEvents[1].getTimeSinceLastEventMillis()); in testAnalyticsVideo()
244 public List<TelecomLogClass.VideoEvent> videoEvents; field in Analytics.CallInfoImpl259 videoEvents = new LinkedList<>(); in CallInfoImpl()277 this.videoEvents = other.videoEvents; in CallInfoImpl()378 videoEvents.add(new TelecomLogClass.VideoEvent() in addVideoEvent()457 result.setVideoEvents(Arrays.stream(analyticsProto.videoEvents) in toParcelableAnalytics()502 result.videoEvents = in toProto()503 videoEvents.toArray(new TelecomLogClass.VideoEvent[videoEvents.size()]); in toProto()