Searched refs:ApiCoverage (Results 1 - 7 of 7) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
H A DApiCoverage.java26 class ApiCoverage { class
H A DDexDepsXmlHandler.java28 * an {@link ApiCoverage} object.
32 private final ApiCoverage mPackageMap;
44 DexDepsXmlHandler(ApiCoverage packageMap) {
H A DCurrentXmlHandler.java27 * {@link DefaultHandler} that builds an empty {@link ApiCoverage} object from scanning current.xml.
54 private ApiCoverage mApiCoverage = new ApiCoverage();
56 public ApiCoverage getApi() {
H A DCtsApiCoverage.java123 * 1. Create an ApiCoverage object that is a tree of Java objects representing the API
128 * call methods on the ApiCoverage object to cumulatively add coverage stats.
130 * 3. Output a report based on the coverage stats in the ApiCoverage object.
133 ApiCoverage apiCoverage = getEmptyApiCoverage(apiXmlPath);
157 * @return an {@link ApiCoverage} object representing the API in current.xml without any
160 private static ApiCoverage getEmptyApiCoverage(String apiXmlPath)
182 * {@link ApiCoverage} object.
187 private static void addApiCoverage(ApiCoverage apiCoverage, File testApk, String dexdeps)
204 private static void outputCoverageReport(ApiCoverage apiCoverage, List<File> testApks,
H A DHtmlReport.java34 * Class that outputs an HTML report of the {@link ApiCoverage} collected. It is the XML report
39 public static void printHtmlReport(final List<File> testApks, final ApiCoverage apiCoverage,
H A DTextReport.java26 * Class that outputs a text report of {@link ApiCoverage}.
30 public static void printTextReport(ApiCoverage api, PackageFilter packageFilter,
H A DXmlReport.java29 * Class that outputs an XML report of the {@link ApiCoverage} collected. It can be viewed in
34 public static void printXmlReport(List<File> testApks, ApiCoverage apiCoverage,

Completed in 57 milliseconds