Searched refs:checkValue (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ConfigTest.java | 58 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 228 checkValue(res, simpleRes, willHave ? simpleString : null); in checkPair() 229 checkValue(res, bagRes, R.styleable.TestConfig, in checkPair() 241 checkValue(res, R.configVarying.simple, "simple default"); in testAllEmptyConfigs() 242 checkValue(res, R.configVarying.bag, in testAllEmptyConfigs() 248 checkValue(res, R.configVarying.simple, "simple xx"); in testAllEmptyConfigs() 249 checkValue(res, R.configVarying.bag, in testAllEmptyConfigs() 256 checkValue(res, R.configVarying.simple, "simple xx-rYY"); in testAllEmptyConfigs() 257 checkValue(res, R.configVarying.bag, in testAllEmptyConfigs() [all …]
|