Home
last modified time | relevance | path

Searched refs:getCoveredWith (Results 1 – 3 of 3) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DXmlReport.java89 … List<String> coveredWithList = new ArrayList<String>(constructor.getCoveredWith()); in printXmlReport()
111 … List<String> coveredWithList = new ArrayList<String>(method.getCoveredWith()); in printXmlReport()
DApiConstructor.java73 public Set<String> getCoveredWith() { in getCoveredWith() method in ApiConstructor
DApiMethod.java102 public Set<String> getCoveredWith() { return mCoveredWith.keySet(); } in getCoveredWith() method in ApiMethod