Searched refs:assertResource (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DOverlayBaseTest.java102 private void assertResource(int resId, boolean no, boolean so, boolean mo) throws Throwable { method in class:OverlayBaseTest
108 private void assertResource(int resId, int no, int so, int mo) throws Throwable { method in class:OverlayBaseTest
114 private void assertResource(int resId, String no, String so, String mo) throws Throwable { method in class:OverlayBaseTest
120 private void assertResource(int resId, int[] no, int[] so, int[] mo) throws Throwable { method in class:OverlayBaseTest
135 assertResource(resId, true, false, false);
144 assertResource(resId, false, true, false);
150 assertResource(resId, true, true, true);
159 assertResource(resId,
169 assertResource(resId, expected, expected, expected);
193 assertResource(resI
[all...]

Completed in 28 milliseconds