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

  /tools/tradefederation/core/src/com/android/tradefed/util/
ListInstrumentationParser.java 50 private List<InstrumentationTarget> mInstrumentationTargets = new ArrayList<>();
52 public static class InstrumentationTarget implements Comparable<InstrumentationTarget> {
57 public InstrumentationTarget(String packageName, String runnerName, String targetName) {
68 if (object instanceof InstrumentationTarget) {
69 InstrumentationTarget that = (InstrumentationTarget)object;
89 public int compareTo(InstrumentationTarget o) {
115 public List<InstrumentationTarget> getInstrumentationTargets() {
137 new InstrumentationTarget(m.group(1), m.group(2), m.group(3)))
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 3875 milliseconds