Searched refs:presentation3 (Results 1 – 1 of 1) sorted by relevance
87 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID + 1)) in testEqualsAndHashCode() local89 assertNotEquals(presentation1, presentation3); in testEqualsAndHashCode()90 assertNotEquals(presentation1.hashCode(), presentation3.hashCode()); in testEqualsAndHashCode()100 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode() local102 assertNotEquals(presentation1, presentation3); in testEqualsAndHashCode()103 assertNotEquals(presentation1.hashCode(), presentation3.hashCode()); in testEqualsAndHashCode()113 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode() local115 assertNotEquals(presentation1, presentation3); in testEqualsAndHashCode()116 assertNotEquals(presentation1.hashCode(), presentation3.hashCode()); in testEqualsAndHashCode()126 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode() local[all …]