Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java81 private static void checkValue(final Resources res, final int resId, in checkValue() method in ConfigTest
97 private static void checkValue(final Resources res, final int resId, in checkValue() method in ConfigTest
257 checkValue(res, simpleRes, willHave ? simpleString : null); in checkPair()
258 checkValue(res, bagRes, R.styleable.TestConfig, in checkPair()
283 checkValue(res, R.string.simple, "simple default"); in testAllEmptyConfigs()
284 checkValue(res, R.style.bag, in testAllEmptyConfigs()
290 checkValue(res, R.string.simple, "simple xx"); in testAllEmptyConfigs()
291 checkValue(res, R.style.bag, in testAllEmptyConfigs()
298 checkValue(res, R.string.simple, "simple xx-rYY"); in testAllEmptyConfigs()
299 checkValue(res, R.style.bag, in testAllEmptyConfigs()
[all …]