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()
688 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