Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioPresentationTest.java81 AudioPresentation presentation2 = (new AudioPresentation.Builder(PRESENTATION_ID)) in testEqualsAndHashCode() local
83 assertEquals(presentation1, presentation2); in testEqualsAndHashCode()
84 assertEquals(presentation2, presentation1); in testEqualsAndHashCode()
85 assertEquals(presentation1.hashCode(), presentation2.hashCode()); in testEqualsAndHashCode()
94 AudioPresentation presentation2 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode() local
96 assertEquals(presentation1, presentation2); in testEqualsAndHashCode()
97 assertEquals(presentation2, presentation1); in testEqualsAndHashCode()
98 assertEquals(presentation1.hashCode(), presentation2.hashCode()); in testEqualsAndHashCode()
107 AudioPresentation presentation2 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode() local
109 assertEquals(presentation1, presentation2); in testEqualsAndHashCode()
[all …]