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

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java63 class TestAction implements Runnable { class in class:ImageProcessingTest
66 public TestAction(TestName testName) { method in class:ImageProcessingTest.TestAction
96 public void runTest(TestAction ta, String testName) {
117 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED);
124 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED);
131 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL);
138 TestAction t
[all...]
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
H A DEspressoEdgeCaseTest.java88 new TestAction() {
123 new TestAction() {
162 new TestAction() {
227 .perform(new TestAction() {
262 private abstract static class TestAction implements ViewAction { class in class:EspressoEdgeCaseTest

Completed in 179 milliseconds