Searched refs:TestType (Results 1 – 2 of 2) sorted by relevance
100 final TestType testType = TestType.getTestType(androidMakeFile); in main()137 if (testType.type == TestType.HOST_SIDE_ONLY) { in main()142 if (testType.type == TestType.VM_HOST_TEST) { in main()256 private static class TestType { class in CollectAllTests264 private TestType (int type, String jarPath) { in TestType() method in CollectAllTests.TestType269 private static TestType getTestType(String makeFileName) { in getTestType()271 return new TestType(DEVICE_SIDE_ONLY, null); in getTestType()273 int type = TestType.DEVICE_SIDE_ONLY; in getTestType()293 return new TestType(type, jarPath); in getTestType()
72 enum TestType { enum in android::ChainedThread77 ChainedThread(TestType testType) : mEglDisplay(EGL_NO_DISPLAY), in ChainedThread()118 TestType mTestType;