Searched defs:apiMethod (Results 1 – 6 of 6) sorted by relevance
31 public void apiMethod() { in apiMethod() method in SystemApiClass
38 public void apiMethod() { in apiMethod() method in PublicApiClass
115 public void addApiMethodCall(MethodProfile apiMethod) { in addApiMethodCall()116 mApiMethodCalls.putIfAbsent(apiMethod.getMethodSignatureWithClass(), apiMethod); in addApiMethodCall() local
144 Optional<ApiMethod> apiMethod = getMethod(name, parameterTypes); in markMethodCoveredTest() local172 Optional<ApiMethod> apiMethod = getMethod(name, parameterTypes); in markMethodCovered() local
123 ApiMethod apiMethod = new ApiMethod( in endElement() local
611 JDiffClassDescription.JDiffMethod apiMethod, in areMethodsModifierCompatible()