Home
last modified time | relevance | path

Searched refs:getLogSessionId (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/media/app/MediaExtractorTest/src/android/media/cts/
DMediaExtractorDeviceSideTest.java100 assertThat(mediaExtractor.getLogSessionId()) in assertMediaExtractorAcceptsLogSessionId()
103 assertThat(mediaExtractor.getLogSessionId()).isEqualTo(logSessionId); in assertMediaExtractorAcceptsLogSessionId()
/cts/hostsidetests/media/src/android/media/metrics/cts/
DMediaMetricsAtomTests.java683 String logSessionId = listener.getLogSessionId(); in testAppBlocklist()
691 AtomsProto.MediametricsPlaybackReported::getLogSessionId, in testAppBlocklist()
704 String logSessionId = listener.getLogSessionId(); in testAttributionBlocklist()
712 AtomsProto.MediametricsPlaybackReported::getLogSessionId, in testAttributionBlocklist()
716 a -> a.getLogSessionId().equals(logSessionId)).findFirst().orElseThrow(); in testAttributionBlocklist()
743 String logSessionId = listener.getLogSessionId(); in testAppAllowlist()
751 Correspondence.transforming(AtomsProto.MediaPlaybackStateChanged::getLogSessionId, in testAppAllowlist()
755 a -> a.getLogSessionId().equals(logSessionId)).findFirst().orElseThrow(); in testAppAllowlist()
769 String logSessionId = listener.getLogSessionId(); in testAttributionAllowlist()
777 AtomsProto.MediametricsPlaybackReported::getLogSessionId, in testAttributionAllowlist()
[all …]
/cts/hostsidetests/mediaparser/src/android/media/mediaparser/cts/
DMediaParserHostSideTest.java89 assertThat(getSingleMediaParserReportedEvent().getLogSessionId()).isEmpty(); in testDefaultLogSessionId()
94 assertThat(getSingleMediaParserReportedEvent().getLogSessionId()).isNotEmpty(); in testSetLogSessionId()
/cts/hostsidetests/media/src/android/media/cts/
DMediaExtractorHostSideTest.java168 return getMediaExtractorReportedData().getLogSessionId(); in getMediaExtractorReportedLogSessionId()
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DMediaDrmTest.java145 assertEquals(logSessionId, component.getLogSessionId(), in testPlaybackComponent()
/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/
DMediaParserTest.java67 assertThat(mediaParser.getLogSessionId()) in testDefaultLogSessionId()
83 assertThat(mediaParser.getLogSessionId()).isSameInstanceAs(logSessionId); in testSetLogSessionId()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java1883 .that(audioRecord.getLogSessionId()) in testSetLogSessionId()
1892 .that(audioRecord.getLogSessionId()) in testSetLogSessionId()
DAudioTrackTest.java2979 assertEquals(LogSessionId.LOG_SESSION_ID_NONE, audioTrack.getLogSessionId()); in testSetLogSessionId()
2983 assertEquals(new LogSessionId(ARBITRARY_MAGIC), audioTrack.getLogSessionId()); in testSetLogSessionId()
2989 assertEquals(playbackSession.getSessionId(), audioTrack.getLogSessionId()); in testSetLogSessionId()
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java1980 assertEquals(recorder.getLogSessionId(), LogSessionId.LOG_SESSION_ID_NONE); in testSetGetLogSessionId()
1987 assertEquals(recordingSession.getSessionId(), recorder.getLogSessionId()); in testSetGetLogSessionId()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt21729 method @NonNull public android.media.metrics.LogSessionId getLogSessionId();
21871 method @NonNull public android.media.metrics.LogSessionId getLogSessionId();
23481 method @NonNull public android.media.metrics.LogSessionId getLogSessionId();
23526 method @NonNull public android.media.metrics.LogSessionId getLogSessionId();
24202 method @NonNull public android.media.metrics.LogSessionId getLogSessionId();