Searched refs:cls (Results 1 – 4 of 4) sorted by relevance
118 var cls = str.substring(sep + 1) in unflattenFromString() variable119 if (cls.isNotEmpty() && cls[0] == '.') { in unflattenFromString()120 cls = pkg + cls in unflattenFromString()122 return FlickerComponentName(pkg, cls) in unflattenFromString()
142 Class cls = Class.forName(className); in invokeMethod() local144 if (getTestObject() != null && cls.isAssignableFrom(getTestObject().getClass())) { in invokeMethod()150 obj = cls.getDeclaredConstructor().newInstance(); in invokeMethod()152 ResolvedMethod rm = getResolvedMethod(cls, method.substring(index + 1), args); in invokeMethod()188 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod() argument197 protected List<Method> getMethodsWithName(Class cls, String name) { in getMethodsWithName() argument199 for (Method m : cls.getMethods()) { in getMethodsWithName()
44 cls: String, in fromString()47 val clsDescriptor = Class.forName(cls) in fromString()
110 for (Class cls : as) { in calcTestCount()111 Method[] declaredMethods = cls.getMethods(); in calcTestCount()