Searched defs:UiObjectNotFoundException (Results 1 - 2 of 2) sorted by relevance

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObjectNotFoundException.java24 public class UiObjectNotFoundException extends Exception { class in inherits:Exception
31 public UiObjectNotFoundException(String msg) { method in class:UiObjectNotFoundException
38 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { method in class:UiObjectNotFoundException
45 public UiObjectNotFoundException(Throwable throwable) { method in class:UiObjectNotFoundException
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DUiObjectNotFoundException.java24 public class UiObjectNotFoundException extends Exception { class in inherits:Exception
31 public UiObjectNotFoundException(String msg) { method in class:UiObjectNotFoundException
38 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { method in class:UiObjectNotFoundException
45 public UiObjectNotFoundException(Throwable throwable) { method in class:UiObjectNotFoundException

Completed in 150 milliseconds