Searched refs:presentation2 (Results 1 – 1 of 1) sorted by relevance
81 AudioPresentation presentation2 = (new AudioPresentation.Builder(PRESENTATION_ID)) in testEqualsAndHashCode() local83 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() local96 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() local109 assertEquals(presentation1, presentation2); in testEqualsAndHashCode()[all …]