Home
last modified time | relevance | path

Searched refs:MASTERING_INDICATION (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DAudioPresentationTest.java41 final int MASTERING_INDICATION = AudioPresentation.MASTERED_FOR_STEREO; in testGetters() local
50 .setMasteringIndication(MASTERING_INDICATION) in testGetters()
58 assertEquals(MASTERING_INDICATION, presentation.getMasteringIndication()); in testGetters()
70 final int MASTERING_INDICATION = AudioPresentation.MASTERED_FOR_STEREO; in testEqualsAndHashCode() local
133 .setMasteringIndication(MASTERING_INDICATION)).build(); in testEqualsAndHashCode()
135 .setMasteringIndication(MASTERING_INDICATION)).build(); in testEqualsAndHashCode()