Searched refs:PRESENTATION_ID (Results 1 – 1 of 1) sorted by relevance
37 final int PRESENTATION_ID = 42; in testGetters() local46 AudioPresentation presentation = (new AudioPresentation.Builder(PRESENTATION_ID) in testGetters()54 assertEquals(PRESENTATION_ID, presentation.getPresentationId()); in testGetters()65 final int PRESENTATION_ID = 42; in testEqualsAndHashCode() local77 AudioPresentation presentation1 = (new AudioPresentation.Builder(PRESENTATION_ID)) in testEqualsAndHashCode()82 AudioPresentation presentation2 = (new AudioPresentation.Builder(PRESENTATION_ID)) in testEqualsAndHashCode()87 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID + 1)) in testEqualsAndHashCode()93 AudioPresentation presentation1 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode()95 AudioPresentation presentation2 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode()100 AudioPresentation presentation3 = (new AudioPresentation.Builder(PRESENTATION_ID) in testEqualsAndHashCode()[all …]