D | OverlayBaseTest.java | 162 private void assertResource(int resId, boolean no, boolean so, boolean mo) throws Throwable { in assertResource() method in OverlayBaseTest 168 private void assertResource(int resId, int no, int so, int mo) throws Throwable { in assertResource() method in OverlayBaseTest 174 private void assertResource(int resId, String no, String so, String mo) throws Throwable { in assertResource() method in OverlayBaseTest 180 private void assertResource(int resId, int[] no, int[] so, int[] mo) throws Throwable { in assertResource() method in OverlayBaseTest 196 assertResource(resId, true, false, false); in testFrameworkBooleanOverlay() 206 assertResource(resId, false, true, false); in testBooleanOverlay() 213 assertResource(resId, true, true, true); in testBoolean() 223 assertResource(resId, in testIntegerArrayOverlay() 234 assertResource(resId, expected, expected, expected); in testIntegerArray() 260 assertResource(resId, "none", "single", "multiple"); in testAppString() [all …]
|