Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioManagerTest.java604 final int testSetVol; in testAccessibilityVolume() local
606 testSetVol = maxA11yVol; in testAccessibilityVolume()
608 testSetVol = maxA11yVol - 1; in testAccessibilityVolume()
610 mAudioManager.setStreamVolume(STREAM_ACCESSIBILITY, testSetVol, 0); in testAccessibilityVolume()
613 assertTrue("Should not be able to change A11y vol", currentVol != testSetVol); in testAccessibilityVolume()