HomeSort by relevance Sort by last modified time
    Searched full:totalmethods (Results 1 - 1 of 1) sorted by null

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
XmlReport.java 58 int totalMethods = 0;
63 totalMethods += pkgTotal;
98 totalMethods -= 1;
124 totalMethods -= 1;
141 + "numTotal=\"" + totalMethods + "\" "
143 + Math.round((float)totalCoveredMethods / totalMethods * 100.0f) + "\" />");

Completed in 42 milliseconds