Searched refs:assertResource (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/ |
D | OverlayBaseTest.java | 39 private void assertResource(int resId, boolean ewo, boolean ew) throws Throwable { in assertResource() method in OverlayBaseTest 45 private void assertResource(int resId, String ewo, String ew) throws Throwable { in assertResource() method in OverlayBaseTest 51 private void assertResource(int resId, int[] ewo, int[] ew) throws Throwable { in assertResource() method in OverlayBaseTest 63 assertResource(resId, false, true); in testBooleanOverlay() 69 assertResource(resId, true, true); in testBoolean() 77 assertResource(resId, "Bil", "Bil"); in testStringOverlay() 84 assertResource(resId, "Work", "Work"); in testStringSwedishOverlay() 86 assertResource(resId, "Arbete", "Jobb"); in testStringSwedishOverlay() 93 assertResource(resId, "Home", "Home"); in testString() 95 assertResource(resId, "Hem", "Hem"); in testString() [all …]
|