Searched refs:UiObjectNotFoundException (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObjectNotFoundException.java27 public class UiObjectNotFoundException extends Exception { class in inherits:Exception
34 public UiObjectNotFoundException(String msg) { method in class:UiObjectNotFoundException
41 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { method in class:UiObjectNotFoundException
48 public UiObjectNotFoundException(Throwable throwable) { method in class:UiObjectNotFoundException
H A DUiObject.java123 public UiObject getChild(UiSelector selector) throws UiObjectNotFoundException {
134 * @throws UiObjectNotFoundException
137 public UiObject getFromParent(UiSelector selector) throws UiObjectNotFoundException {
146 * @throws UiObjectNotFoundException
149 public int getChildCount() throws UiObjectNotFoundException {
153 throw new UiObjectNotFoundException(getSelector().toString());
195 * @throws UiObjectNotFoundException
198 public boolean dragTo(UiObject destObj, int steps) throws UiObjectNotFoundException {
215 * @throws UiObjectNotFoundException
218 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException {
[all...]
H A DUiScrollable.java114 * @throws UiObjectNotFoundException
119 throws UiObjectNotFoundException {
137 * @throws UiObjectNotFoundException
141 boolean allowScrollSearch) throws UiObjectNotFoundException {
149 throw new UiObjectNotFoundException("for description= \"" + text + "\"");
165 throws UiObjectNotFoundException {
185 * @throws UiObjectNotFoundException
190 throws UiObjectNotFoundException {
207 * @throws UiObjectNotFoundException
211 throws UiObjectNotFoundException {
[all...]
H A DUiCollection.java50 * @throws UiObjectNotFoundException
54 throws UiObjectNotFoundException {
70 throw new UiObjectNotFoundException("for description= \"" + text + "\"");
88 throws UiObjectNotFoundException {
108 * @throws UiObjectNotFoundException
112 throws UiObjectNotFoundException {
128 throw new UiObjectNotFoundException("for text= \"" + text + "\"");
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
H A DDirectoryListBot.java30 import android.support.test.uiautomator.UiObjectNotFoundException;
56 public void assertDocumentsCount(int count) throws UiObjectNotFoundException {
61 public void assertDocumentsPresent(String... labels) throws UiObjectNotFoundException {
74 public void assertDocumentsAbsent(String... labels) throws UiObjectNotFoundException {
87 public void assertDocumentsCountOnList(boolean exists, int count) throws UiObjectNotFoundException {
95 public void assertMessageTextView(String message) throws UiObjectNotFoundException {
114 public void openDocument(String label) throws UiObjectNotFoundException {
122 public void clickDocument(String label) throws UiObjectNotFoundException {
126 public UiObject selectDocument(String label) throws UiObjectNotFoundException {
145 public void waitForDocument(String label) throws UiObjectNotFoundException {
[all...]
H A DRootsListBot.java22 import android.support.test.uiautomator.UiObjectNotFoundException;
45 private UiObject findRoot(String label) throws UiObjectNotFoundException {
67 public void openRoot(String label) throws UiObjectNotFoundException {
72 public void assertRootsPresent(String... labels) throws UiObjectNotFoundException {
85 public void assertRootsAbsent(String... labels) throws UiObjectNotFoundException {
H A DUiBot.java29 import android.support.test.uiautomator.UiObjectNotFoundException;
74 throws UiObjectNotFoundException {
96 public void openSearchView() throws UiObjectNotFoundException {
102 public void setSearchQuery(String query) throws UiObjectNotFoundException {
110 public UiObject openOverflowMenu() throws UiObjectNotFoundException {
117 public void setDialogText(String text) throws UiObjectNotFoundException {
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DActivityTest.java33 import android.support.test.uiautomator.UiObjectNotFoundException;
159 void assertDefaultContentOfTestDir0() throws UiObjectNotFoundException {
164 void assertDefaultContentOfTestDir1() throws UiObjectNotFoundException {
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java22 import android.support.test.uiautomator.UiObjectNotFoundException;
129 } catch (UiObjectNotFoundException e) {
158 } catch (UiObjectNotFoundException e) {
161 // throws a "UiObjectNotFoundException: UiSelector[SCROLLABLE=true]" exception
H A DBugreportReceiverTest.java72 import android.support.test.uiautomator.UiObjectNotFoundException;
947 DetailsUi(UiBot uiBot, int id) throws UiObjectNotFoundException {
955 DetailsUi(UiBot uiBot, int id, boolean clickDetails) throws UiObjectNotFoundException {
977 throws UiObjectNotFoundException {
982 void assertName(String expected) throws UiObjectNotFoundException {
986 void assertTitle(String expected) throws UiObjectNotFoundException {
990 void assertDescription(String expected) throws UiObjectNotFoundException {
997 void focusOnName() throws UiObjectNotFoundException {
1005 void focusAwayFromName() throws UiObjectNotFoundException {

Completed in 321 milliseconds