Searched defs:UnitTest (Results 1 - 8 of 8) sorted by relevance

/frameworks/data-binding/samples/BindingDemo/app/src/test/java/com/android/example/bindingdemo/vo/
H A DUnitTest.java16 public class UnitTest { class
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DUnitTest.java22 public class UnitTest extends Thread { class in inherits:Thread
37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { method in class:UnitTest
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { method in class:UnitTest
51 protected UnitTest(RSTestCore rstc, Context ctx) { method in class:UnitTest
55 protected UnitTest(Context ctx) { method in class:UnitTest
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DUnitTest.java22 public class UnitTest extends Thread { class in inherits:Thread
37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { method in class:UnitTest
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { method in class:UnitTest
51 protected UnitTest(RSTestCore rstc, Context ctx) { method in class:UnitTest
55 protected UnitTest(Context ctx) { method in class:UnitTest
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DUnitTest.java22 public class UnitTest extends Thread { class in inherits:Thread
37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { method in class:UnitTest
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { method in class:UnitTest
51 protected UnitTest(RSTestCore rstc, Context ctx) { method in class:UnitTest
55 protected UnitTest(Context ctx) { method in class:UnitTest
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DUnitTest.java23 public class UnitTest extends Thread { class in inherits:Thread
40 protected UnitTest(RSoVTestCore rstc, String n, int initResult, Context ctx) { method in class:UnitTest
50 protected UnitTest(RSoVTestCore rstc, String n, Context ctx) { method in class:UnitTest
54 protected UnitTest(RSoVTestCore rstc, Context ctx) { method in class:UnitTest
58 protected UnitTest(Context ctx) { method in class:UnitTest
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUnitTest.java22 public class UnitTest extends Thread { class in inherits:Thread
37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { method in class:UnitTest
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { method in class:UnitTest
51 protected UnitTest(RSTestCore rstc, Context ctx) { method in class:UnitTest
55 protected UnitTest(Context ctx) { method in class:UnitTest
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUnitTest.java36 public abstract class UnitTest { class
73 public UnitTest(String n, Context ctx) { method in class:UnitTest
109 UnitTest.this.toString(), mID));
193 public static void checkDuplicateNames(Iterable<UnitTest> tests) {
196 for (UnitTest test : tests) {
208 public static Iterable<Class<? extends UnitTest>> getProperSubclasses(Context ctx)
210 return getProperSubclasses(UnitTest.class, ctx);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUnitTest.java38 public abstract class UnitTest { class
75 public UnitTest(String n, Context ctx) { method in class:UnitTest
111 UnitTest.this.toString(), mID));
195 public static void checkDuplicateNames(Iterable<UnitTest> tests) {
198 for (UnitTest test : tests) {
210 public static Iterable<Class<? extends UnitTest>> getProperSubclasses(Context ctx)
212 return getProperSubclasses(UnitTest.class, ctx);

Completed in 199 milliseconds