Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/
DOptions.java38 public int errorIndex; field in Options
121 this.errorIndex = -1; in Options()
127 private Options(String[] args, int errorIndex, String errorText) { in Options() argument
129 this.errorIndex = errorIndex; in Options()
DMain.java50 if (options.errorIndex >= 0) { in run()