Searched refs:tryBoolean (Results 1 – 2 of 2) sorted by relevance
70 private void tryBoolean(final int resid, final boolean expected) { in tryBoolean() method in PrimitiveTest84 tryBoolean(R.bool.trueRes, true); in testBoolean()85 tryBoolean(R.bool.falseRes, false); in testBoolean()
624 tryBoolean(R.bool.trueRes, true); in testGetValueWithID()625 tryBoolean(R.bool.falseRes, false); in testGetValueWithID()635 private void tryBoolean(final int resid, final boolean expected) { in tryBoolean() method in ResourcesTest