Home
last modified time | relevance | path

Searched refs:logSessionId (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/media/app/MediaExtractorTest/src/android/media/cts/
DMediaExtractorDeviceSideTest.java94 LogSessionId logSessionId) throws Exception { in assertMediaExtractorAcceptsLogSessionId() argument
102 mediaExtractor.setLogSessionId(logSessionId); in assertMediaExtractorAcceptsLogSessionId()
103 assertThat(mediaExtractor.getLogSessionId()).isEqualTo(logSessionId); in assertMediaExtractorAcceptsLogSessionId()
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DMediaDrmTest.java143 final LogSessionId logSessionId = playbackSession.getSessionId(); in testPlaybackComponent() local
144 component.setLogSessionId(logSessionId); in testPlaybackComponent()
145 assertEquals(logSessionId, component.getLogSessionId(), in testPlaybackComponent()
149 searchMetricsForValue(metrics, logSessionId.getStringId())); in testPlaybackComponent()
/cts/hostsidetests/media/src/android/media/metrics/cts/
DMediaMetricsAtomTests.java683 String logSessionId = listener.getLogSessionId(); in testAppBlocklist() local
686 assertWithMessage("log session id").that(logSessionId).isNotEmpty(); in testAppBlocklist()
692 "getLogSessionId")).doesNotContain(logSessionId); in testAppBlocklist()
704 String logSessionId = listener.getLogSessionId(); in testAttributionBlocklist() local
708 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() local
747 assertWithMessage("log session id").that(logSessionId).isNotEmpty(); in testAppAllowlist()
752 "getLogSessionId")).contains(logSessionId); in testAppAllowlist()
[all …]
/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/
DMediaParserTest.java81 LogSessionId logSessionId = playbackSession.getSessionId(); in testSetLogSessionId() local
82 mediaParser.setLogSessionId(logSessionId); in testSetLogSessionId()
83 assertThat(mediaParser.getLogSessionId()).isSameInstanceAs(logSessionId); in testSetLogSessionId()