Searched refs:presentation1 (Results 1 – 1 of 1) sorted by relevance
77 AudioPresentation presentation1 = (new AudioPresentation.Builder(PRESENTATION_ID)) in testEqualsAndHashCode() local79 assertEquals(presentation1, presentation1); in testEqualsAndHashCode()80 assertNotEquals(presentation1, null); in testEqualsAndHashCode()81 assertNotEquals(presentation1, new Object()); in testEqualsAndHashCode()84 assertEquals(presentation1, presentation2); in testEqualsAndHashCode()85 assertEquals(presentation2, presentation1); in testEqualsAndHashCode()86 assertEquals(presentation1.hashCode(), presentation2.hashCode()); in testEqualsAndHashCode()89 assertNotEquals(presentation1, presentation3); in testEqualsAndHashCode()90 assertNotEquals(presentation1.hashCode(), presentation3.hashCode()); in testEqualsAndHashCode()93 AudioPresentation presentation1 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode() local[all …]