HomeSort by relevance Sort by last modified time
    Searched defs:gotValue (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/util/src/android/util/cts/
ArrayMapTest.java 173 Object gotValue = array.get(entry.getKey());
174 if (!compare(expValue, gotValue)) {
175 fail("Bad value: expected " + expValue + ", got " + gotValue
181 Object gotValue = array.valueAt(i);
184 if (!compare(expValue, gotValue)) {
185 fail("Bad value: expected " + expValue + ", got " + gotValue
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ArrayMapTests.java 130 Object gotValue = array.get(entry.getKey());
131 if (!compare(expValue, gotValue)) {
132 Log.e("test", "Bad value: expected " + expValue + ", got " + gotValue
139 Object gotValue = array.valueAt(i);
142 if (!compare(expValue, gotValue)) {
143 Log.e("test", "Bad value: expected " + expValue + ", got " + gotValue

Completed in 287 milliseconds