Searched refs:TestType (Results 1 – 2 of 2) sorted by relevance
110 final TestType testType = TestType.getTestType(androidMakeFile); in main()147 if (testType.type == TestType.HOST_SIDE_ONLY) { in main()152 if (testType.type == TestType.VM_HOST_TEST) { in main()279 private static class TestType { class in CollectAllTests287 private TestType (int type, String jarPath) { in TestType() method in CollectAllTests.TestType292 private static TestType getTestType(String makeFileName) { in getTestType()294 return new TestType(DEVICE_SIDE_ONLY, null); in getTestType()296 int type = TestType.DEVICE_SIDE_ONLY; in getTestType()316 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;