Searched refs:coveredWithModule (Results 1 – 2 of 2) sorted by relevance
64 public void setCovered(String coveredWithModule) { in setCovered() argument65 if (coveredWithModule.endsWith(".apk")) { in setCovered()66 coveredWithModule = coveredWithModule.substring(0, coveredWithModule.length() - 4); in setCovered()68 mCoveredWith.add(coveredWithModule); in setCovered()
102 public void setCovered(String coveredWithModule) { in setCovered() argument103 if (coveredWithModule.endsWith(".apk")) { in setCovered()104 coveredWithModule = coveredWithModule.substring(0, coveredWithModule.length() - 4); in setCovered()107 mCoveredWith.add(coveredWithModule); in setCovered()