Searched refs:apiConstructor (Results 1 – 4 of 4) sorted by relevance
120 public void addApiConstructorCall(MethodProfile apiConstructor) { in addApiConstructorCall() argument122 apiConstructor.getMethodSignatureWithClass(), apiConstructor); in addApiConstructorCall() local
185 for (MethodProfile apiConstructor : apiCache.getApiConstructors().values()) { in markCoveredApisWithCaller()187 apiConstructor.getPackageName(), in markCoveredApisWithCaller()188 apiConstructor.getClassName(), in markCoveredApisWithCaller()193 apiConstructor.getMethodParams(), in markCoveredApisWithCaller()
124 Optional<ApiConstructor> apiConstructor = getConstructor(parameterTypes); in markConstructorCoveredTest() local125 apiConstructor.ifPresent(constructor -> constructor.setCoveredTest(testMethod)); in markConstructorCoveredTest()154 Optional<ApiConstructor> apiConstructor = getConstructor(parameterTypes); in markConstructorCovered() local155 apiConstructor.ifPresent(constructor -> constructor.setCovered(coveredbyApk)); in markConstructorCovered()
113 ApiConstructor apiConstructor = new ApiConstructor(mCurrentClassName, in endElement() local117 apiClass.addConstructor(apiConstructor); in endElement()