Home
last modified time | relevance | path

Searched refs:coveredWithModule (Results 1 – 2 of 2) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiConstructor.java66 public void setCovered(String coveredWithModule) { in setCovered() argument
67 if (coveredWithModule.endsWith(".apk")) { in setCovered()
68 coveredWithModule = coveredWithModule.substring(0, coveredWithModule.length() - 4); in setCovered()
70 mCoveredWith.put(coveredWithModule, true); in setCovered()
DApiMethod.java104 public void setCovered(String coveredWithModule) { in setCovered() argument
105 if (coveredWithModule.endsWith(".apk")) { in setCovered()
106 coveredWithModule = coveredWithModule.substring(0, coveredWithModule.length() - 4); in setCovered()
109 mCoveredWith.put(coveredWithModule, true); in setCovered()