Searched refs:replyValue (Results 1 – 1 of 1) sorted by relevance
298 int replyValue = byteArrayToInt(reply, 0 /*offset*/); in eqSetParamProperties() local299 if (replyValue >= 0) { in eqSetParamProperties()300 Log.w(TAG, "Reply Value: " + replyValue); in eqSetParamProperties()302 assertTrue("Negative replyValue was expected ", replyValue < 0); in eqSetParamProperties()