Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioPresentationTest.java87 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID + 1)) in testEqualsAndHashCode() local
89 assertNotEquals(presentation1, presentation3); in testEqualsAndHashCode()
90 assertNotEquals(presentation1.hashCode(), presentation3.hashCode()); in testEqualsAndHashCode()
100 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode() local
102 assertNotEquals(presentation1, presentation3); in testEqualsAndHashCode()
103 assertNotEquals(presentation1.hashCode(), presentation3.hashCode()); in testEqualsAndHashCode()
113 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode() local
115 assertNotEquals(presentation1, presentation3); in testEqualsAndHashCode()
116 assertNotEquals(presentation1.hashCode(), presentation3.hashCode()); in testEqualsAndHashCode()
126 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode() local
[all …]