Searched refs:intSize (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/security/src/android/security/cts/ |
D | EffectBundleTest.java | 48 private static final int intSize = 4; field in EffectBundleTest 287 /*psize*/ intToByteArray(1 * intSize), in eqSetParamProperties() 330 /*psize*/ intToByteArray(2 * intSize), in eqGetParamFreqRangeCommand() 331 /*vsize*/ intToByteArray(2 * intSize), in eqGetParamFreqRangeCommand() 503 executeSetParameter(ae, command, intSize, 0, paramCode); in verifyZeroPVSizeRejectedForSetParameter() 504 executeSetParameter(ae, command, 0, intSize, paramCode); in verifyZeroPVSizeRejectedForSetParameter() 527 byte reply[] = new byte[intSize]; in executeSetParameter()
|