Searched refs:coveredWithModule (Results 1 – 2 of 2) sorted by relevance
66 public void setCovered(String coveredWithModule) { in setCovered() argument67 if (coveredWithModule.endsWith(".apk")) { in setCovered()68 coveredWithModule = coveredWithModule.substring(0, coveredWithModule.length() - 4); in setCovered()70 mCoveredWith.put(coveredWithModule, true); in setCovered()
104 public void setCovered(String coveredWithModule) { in setCovered() argument105 if (coveredWithModule.endsWith(".apk")) { in setCovered()106 coveredWithModule = coveredWithModule.substring(0, coveredWithModule.length() - 4); in setCovered()109 mCoveredWith.put(coveredWithModule, true); in setCovered()