Searched refs:PRESENTATION_ID (Results 1 – 1 of 1) sorted by relevance
36 final int PRESENTATION_ID = 42; in testGetters() local45 AudioPresentation presentation = (new AudioPresentation.Builder(PRESENTATION_ID) in testGetters()53 assertEquals(PRESENTATION_ID, presentation.getPresentationId()); in testGetters()64 final int PRESENTATION_ID = 42; in testEqualsAndHashCode() local76 AudioPresentation presentation1 = (new AudioPresentation.Builder(PRESENTATION_ID)) in testEqualsAndHashCode()81 AudioPresentation presentation2 = (new AudioPresentation.Builder(PRESENTATION_ID)) in testEqualsAndHashCode()86 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID + 1)) in testEqualsAndHashCode()92 AudioPresentation presentation1 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode()94 AudioPresentation presentation2 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode()99 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode()[all …]