Searched refs:videoEvents (Results 1 – 2 of 2) sorted by relevance
285 TelecomLogClass.VideoEvent[] videoEvents = analyticsProto.callLogs[0].videoEvents; in testAnalyticsVideo() local286 assertEquals(2, videoEvents.length); in testAnalyticsVideo()288 assertEquals(Analytics.SEND_LOCAL_SESSION_MODIFY_REQUEST, videoEvents[0].getEventName()); in testAnalyticsVideo()289 assertEquals(VideoProfile.STATE_RX_ENABLED, videoEvents[0].getVideoState()); in testAnalyticsVideo()290 assertEquals(-1, videoEvents[0].getTimeSinceLastEventMillis()); in testAnalyticsVideo()293 videoEvents[1].getEventName()); in testAnalyticsVideo()294 assertEquals(VideoProfile.STATE_RX_ENABLED, videoEvents[1].getVideoState()); in testAnalyticsVideo()295 assertIsRoundedToOneSigFig(videoEvents[1].getTimeSinceLastEventMillis()); in testAnalyticsVideo()
255 public List<TelecomLogClass.VideoEvent> videoEvents; field in Analytics.CallInfoImpl270 videoEvents = new LinkedList<>(); in CallInfoImpl()288 this.videoEvents = other.videoEvents; in CallInfoImpl()389 videoEvents.add(new TelecomLogClass.VideoEvent() in addVideoEvent()468 result.setVideoEvents(Arrays.stream(analyticsProto.videoEvents) in toParcelableAnalytics()513 result.videoEvents = in toProto()514 videoEvents.toArray(new TelecomLogClass.VideoEvent[videoEvents.size()]); in toProto()