Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java166 if (!eqSetParam(MEDIA_SHORT, command, invalidBand, value)) { in testEqualizer_setParamBandLevel()
182 if (!eqSetParam(MEDIA_LONG, command, invalidBand, value)) { in testEqualizer_setParamBandLevel_long()
436 private boolean eqSetParam(int media, int command, int band, short[] value) { in eqSetParam() method in EffectBundleTest