Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioPresentationTest.java76 AudioPresentation presentation1 = (new AudioPresentation.Builder(PRESENTATION_ID)) in testEqualsAndHashCode() local
78 assertEquals(presentation1, presentation1); in testEqualsAndHashCode()
79 assertNotEquals(presentation1, null); in testEqualsAndHashCode()
80 assertNotEquals(presentation1, new Object()); in testEqualsAndHashCode()
83 assertEquals(presentation1, presentation2); in testEqualsAndHashCode()
84 assertEquals(presentation2, presentation1); in testEqualsAndHashCode()
85 assertEquals(presentation1.hashCode(), presentation2.hashCode()); in testEqualsAndHashCode()
88 assertNotEquals(presentation1, presentation3); in testEqualsAndHashCode()
89 assertNotEquals(presentation1.hashCode(), presentation3.hashCode()); in testEqualsAndHashCode()
92 AudioPresentation presentation1 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode() local
[all …]