Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java298 int replyValue = byteArrayToInt(reply, 0 /*offset*/); in eqSetParamProperties() local
299 if (replyValue >= 0) { in eqSetParamProperties()
300 Log.w(TAG, "Reply Value: " + replyValue); in eqSetParamProperties()
302 assertTrue("Negative replyValue was expected ", replyValue < 0); in eqSetParamProperties()