Searched refs:newClassObj (Results 1 – 2 of 2) sorted by relevance
2239 public static MethodInfo overriddenMethod(MethodInfo candidate, ClassInfo newClassObj) { in overriddenMethod() argument2240 if (newClassObj == null) { in overriddenMethod()2243 for (MethodInfo mi : newClassObj.mApiCheckMethods.values()) { in overriddenMethod()2251 return ClassInfo.overriddenMethod(candidate, newClassObj.mSuperclass); in overriddenMethod()2255 public static MethodInfo interfaceMethod(MethodInfo candidate, ClassInfo newClassObj) { in interfaceMethod() argument2256 if (newClassObj == null) { in interfaceMethod()2259 for (ClassInfo interfaceInfo : newClassObj.interfaces()) { in interfaceMethod()2266 return ClassInfo.interfaceMethod(candidate, newClassObj.mSuperclass); in interfaceMethod()
META-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...