Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioPresentationTest.java94 AudioPresentation presentation1 = (new AudioPresentation.Builder(PRESENTATION_ID)) in testEqualsAndHashCode() local
96 assertEquals(presentation1, presentation1); in testEqualsAndHashCode()
97 assertNotEquals(presentation1, null); in testEqualsAndHashCode()
98 assertNotEquals(presentation1, new Object()); in testEqualsAndHashCode()
101 assertEquals(presentation1, presentation2); in testEqualsAndHashCode()
102 assertEquals(presentation2, presentation1); in testEqualsAndHashCode()
103 assertEquals(presentation1.hashCode(), presentation2.hashCode()); in testEqualsAndHashCode()
106 assertNotEquals(presentation1, presentation3); in testEqualsAndHashCode()
107 assertNotEquals(presentation1.hashCode(), presentation3.hashCode()); in testEqualsAndHashCode()
110 AudioPresentation presentation1 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode() local
[all …]