Home
last modified time | relevance | path

Searched defs:checkValue (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java58 private static void checkValue(final Resources res, final int resId, in checkValue() method in ConfigTest
74 private static void checkValue(final Resources res, final int resId, in checkValue() method in ConfigTest
/cts/tests/tests/animation/src/android/animation/cts/
DCreationTest.java141 private void assertRoughlyEqual(float checkValue, float correctValue) { in assertRoughlyEqual()