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.java40 final int MASTERING_INDICATION = AudioPresentation.MASTERED_FOR_STEREO; in testGetters() local
49 .setMasteringIndication(MASTERING_INDICATION) in testGetters()
57 assertEquals(MASTERING_INDICATION, presentation.getMasteringIndication()); in testGetters()
69 final int MASTERING_INDICATION = AudioPresentation.MASTERED_FOR_STEREO; in testEqualsAndHashCode() local
132 .setMasteringIndication(MASTERING_INDICATION)).build(); in testEqualsAndHashCode()
134 .setMasteringIndication(MASTERING_INDICATION)).build(); in testEqualsAndHashCode()