HomeSort by relevance Sort by last modified time
    Searched defs:getTotalMethods (Results 1 - 2 of 2) sorted by null

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiClass.java 112 public int getTotalMethods() {
118 if (getTotalMethods() == 0) {
121 return (float) getNumCoveredMethods() / getTotalMethods() * 100;
ApiPackage.java 62 public int getTotalMethods() {
65 total += apiClass.getTotalMethods();
72 return (float) getNumCoveredMethods() / getTotalMethods() * 100;
80 if (cls.isAbstract() && (cls.getTotalMethods() == 0)) {

Completed in 35 milliseconds