Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DArrayMapTest.java174 Object gotValue = array.get(entry.getKey()); in compareMaps() local
175 if (!compare(expValue, gotValue)) { in compareMaps()
176 fail("Bad value: expected " + expValue + ", got " + gotValue in compareMaps()
182 Object gotValue = array.valueAt(i); in compareMaps() local
185 if (!compare(expValue, gotValue)) { in compareMaps()
186 fail("Bad value: expected " + expValue + ", got " + gotValue in compareMaps()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DMidiJavaTestActivity.java324 int gotValue = bytes[offset + index] & 0x000000FF; in matchStream() local
328 + " [0x" + Integer.toHexString(gotValue) in matchStream()