Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DPrimitiveTest.java70 private void tryBoolean(final int resid, final boolean expected) { in tryBoolean() method in PrimitiveTest
84 tryBoolean(R.bool.trueRes, true); in testBoolean()
85 tryBoolean(R.bool.falseRes, false); in testBoolean()
DResourcesTest.java688 tryBoolean(R.bool.trueRes, true); in testGetValueWithID()
689 tryBoolean(R.bool.falseRes, false); in testGetValueWithID()
699 private void tryBoolean(final int resid, final boolean expected) { in tryBoolean() method in ResourcesTest