HomeSort by relevance Sort by last modified time
    Searched refs:DroidDriverException (Results 1 - 9 of 9) sorted by null

  /external/droiddriver/src/com/google/android/droiddriver/exceptions/
DroidDriverException.java 25 public class DroidDriverException extends RuntimeException {
26 public DroidDriverException(String message) {
30 public DroidDriverException(Throwable cause) {
34 public DroidDriverException(String message, Throwable cause) {
ActionException.java 23 public class ActionException extends DroidDriverException {
ElementNotVisibleException.java 26 public class ElementNotVisibleException extends DroidDriverException {
TimeoutException.java 23 public class TimeoutException extends DroidDriverException {
ElementNotFoundException.java 25 public class ElementNotFoundException extends DroidDriverException {
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
RootFinder.java 19 import com.google.android.droiddriver.exceptions.DroidDriverException;
51 throw new DroidDriverException(String.format("could not invoke: %s on %s", instanceMethod,
54 throw new DroidDriverException(
57 throw new DroidDriverException(String.format("could not find field: %s on %s",
60 throw new DroidDriverException(String.format("could not find method: %s on %s",
63 throw new DroidDriverException(
67 throw new DroidDriverException(
84 throw new DroidDriverException(String.format("Reflective access to %s on %s failed.",
88 throw new DroidDriverException(String.format("Reflective access to %s on %s failed.",
  /external/droiddriver/src/com/google/android/droiddriver/
DroidDriverBuilder.java 22 import com.google.android.droiddriver.exceptions.DroidDriverException;
58 throw new DroidDriverException("Cannot build DroidDriver");
77 throw new DroidDriverException("UI_AUTOMATION is not available below API 18");
80 throw new DroidDriverException(
  /external/droiddriver/src/com/google/android/droiddriver/util/
FileUtils.java 21 import com.google.android.droiddriver.exceptions.DroidDriverException;
68 throw new DroidDriverException("failed to mkdir " + dir);
  /external/droiddriver/src/com/google/android/droiddriver/finders/
ByXPath.java 22 import com.google.android.droiddriver.exceptions.DroidDriverException;
65 throw new DroidDriverException("xPathString=" + xPathString, e);
105 throw new DroidDriverException(e);

Completed in 158 milliseconds