Searched defs:cls (Results 1 – 11 of 11) sorted by relevance
26 Class<?> cls = Class.forName(COMPATIBILITY_BUILD_HELPER); in getTestFile() local42 Class<?> cls = Class.forName(CTS_BUILD_HELPER); in getTestFile() local
55 private static boolean isTestNgTestClass(Class<?> cls) { in isTestNgTestClass()
169 private Description generateTestNgDescription(Class<?> cls) { in generateTestNgDescription()
101 String pkg, String cls) throws Exception { in startTestAndWaitForBroadcast()104 mActivity.startTest(testCaseType.toString(), pkg, cls); in startTestAndWaitForBroadcast() local
42 void startTest(String testCaseType, String pkg, String cls) { in startTest()
58 def poll(cls, context): argument
104 Class<?> cls = testLoader.loadIfTest(className); in getClasses() local
70 jclass cls = env->FindClass("java/lang/RuntimeException"); in android_os_cts_OSFeatures_hasSeccompSupport() local
38 jclass cls = env->FindClass("java/io/IOException"); in throwIOException() local
113 Class<?> cls = cl.loadClass(className); in getClasses() local
228 private static boolean isTestNgTestClass(Class<?> cls) { in isTestNgTestClass()