Searched refs:logSessionId (Results 1 – 4 of 4) sorted by relevance
94 LogSessionId logSessionId) throws Exception { in assertMediaExtractorAcceptsLogSessionId() argument102 mediaExtractor.setLogSessionId(logSessionId); in assertMediaExtractorAcceptsLogSessionId()103 assertThat(mediaExtractor.getLogSessionId()).isEqualTo(logSessionId); in assertMediaExtractorAcceptsLogSessionId()
143 final LogSessionId logSessionId = playbackSession.getSessionId(); in testPlaybackComponent() local144 component.setLogSessionId(logSessionId); in testPlaybackComponent()145 assertEquals(logSessionId, component.getLogSessionId(), in testPlaybackComponent()149 searchMetricsForValue(metrics, logSessionId.getStringId())); in testPlaybackComponent()
683 String logSessionId = listener.getLogSessionId(); in testAppBlocklist() local686 assertWithMessage("log session id").that(logSessionId).isNotEmpty(); in testAppBlocklist()692 "getLogSessionId")).doesNotContain(logSessionId); in testAppBlocklist()704 String logSessionId = listener.getLogSessionId(); in testAttributionBlocklist() local708 assertWithMessage("log session id").that(logSessionId).isNotEmpty(); in testAttributionBlocklist()713 "getLogSessionId")).contains(logSessionId); in testAttributionBlocklist()716 a -> a.getLogSessionId().equals(logSessionId)).findFirst().orElseThrow(); in testAttributionBlocklist()743 String logSessionId = listener.getLogSessionId(); in testAppAllowlist() local747 assertWithMessage("log session id").that(logSessionId).isNotEmpty(); in testAppAllowlist()752 "getLogSessionId")).contains(logSessionId); in testAppAllowlist()[all …]
81 LogSessionId logSessionId = playbackSession.getSessionId(); in testSetLogSessionId() local82 mediaParser.setLogSessionId(logSessionId); in testSetLogSessionId()83 assertThat(mediaParser.getLogSessionId()).isSameInstanceAs(logSessionId); in testSetLogSessionId()