Home
last modified time | relevance | path

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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java123 public UiObject getChild(UiSelector selector) throws UiObjectNotFoundException { in getChild()
137 public UiObject getFromParent(UiSelector selector) throws UiObjectNotFoundException { in getFromParent()
149 public int getChildCount() throws UiObjectNotFoundException { in getChildCount()
153 throw new UiObjectNotFoundException(getSelector().toString()); in getChildCount()
198 public boolean dragTo(UiObject destObj, int steps) throws UiObjectNotFoundException { in dragTo()
218 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { in dragTo()
240 public boolean swipeUp(int steps) throws UiObjectNotFoundException { in swipeUp()
268 public boolean swipeDown(int steps) throws UiObjectNotFoundException { in swipeDown()
296 public boolean swipeLeft(int steps) throws UiObjectNotFoundException { in swipeLeft()
323 public boolean swipeRight(int steps) throws UiObjectNotFoundException { in swipeRight()
[all …]
DUiScrollable.java119 throws UiObjectNotFoundException { in getChildByDescription()
141 boolean allowScrollSearch) throws UiObjectNotFoundException { in getChildByDescription()
149 throw new UiObjectNotFoundException("for description= \"" + text + "\""); in getChildByDescription()
165 throws UiObjectNotFoundException { in getChildByInstance()
190 throws UiObjectNotFoundException { in getChildByText()
211 throws UiObjectNotFoundException { in getChildByText()
219 throw new UiObjectNotFoundException("for text= \"" + text + "\""); in getChildByText()
231 public boolean scrollDescriptionIntoView(String text) throws UiObjectNotFoundException { in scrollDescriptionIntoView()
244 public boolean scrollIntoView(UiObject obj) throws UiObjectNotFoundException { in scrollIntoView()
259 public boolean scrollIntoView(UiSelector selector) throws UiObjectNotFoundException { in scrollIntoView()
[all …]
DUiObjectNotFoundException.java27 public class UiObjectNotFoundException extends Exception { class
34 public UiObjectNotFoundException(String msg) { in UiObjectNotFoundException() method in UiObjectNotFoundException
41 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { in UiObjectNotFoundException() method in UiObjectNotFoundException
48 public UiObjectNotFoundException(Throwable throwable) { in UiObjectNotFoundException() method in UiObjectNotFoundException
DUiCollection.java54 throws UiObjectNotFoundException { in getChildByDescription()
70 throw new UiObjectNotFoundException("for description= \"" + text + "\""); in getChildByDescription()
88 throws UiObjectNotFoundException { in getChildByInstance()
112 throws UiObjectNotFoundException { in getChildByText()
128 throw new UiObjectNotFoundException("for text= \"" + text + "\""); in getChildByText()
/frameworks/base/cmds/uiautomator/api/
D17.txt5 …r.core.UiSelector, java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
6 …id.uiautomator.core.UiSelector, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
7 …r.core.UiSelector, java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
63 … method public void clearTextField() throws com.android.uiautomator.core.UiObjectNotFoundException;
64 method public boolean click() throws com.android.uiautomator.core.UiObjectNotFoundException;
65 …c boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFoundException;
66 …olean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectNotFoundException;
67 …od public boolean clickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundException;
68 …method public boolean clickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundException;
71 …ic android.graphics.Rect getBounds() throws com.android.uiautomator.core.UiObjectNotFoundException;
[all …]
Dcurrent.txt19 …r.core.UiSelector, java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
20 …id.uiautomator.core.UiSelector, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
21 …r.core.UiSelector, java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
82 … method public void clearTextField() throws com.android.uiautomator.core.UiObjectNotFoundException;
83 method public boolean click() throws com.android.uiautomator.core.UiObjectNotFoundException;
84 …c boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFoundException;
85 …olean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectNotFoundException;
86 …od public boolean clickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundException;
87 …method public boolean clickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundException;
88 …roid.uiautomator.core.UiObject, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
[all …]
D16.txt5 …r.core.UiSelector, java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
6 …id.uiautomator.core.UiSelector, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
7 …r.core.UiSelector, java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
55 … method public void clearTextField() throws com.android.uiautomator.core.UiObjectNotFoundException;
56 method public boolean click() throws com.android.uiautomator.core.UiObjectNotFoundException;
57 …c boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFoundException;
58 …olean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectNotFoundException;
59 …od public boolean clickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundException;
60 …method public boolean clickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundException;
63 …ic android.graphics.Rect getBounds() throws com.android.uiautomator.core.UiObjectNotFoundException;
[all …]
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java24 import android.support.test.uiautomator.UiObjectNotFoundException;
151 } catch (UiObjectNotFoundException e) { in click()
DBugreportReceiverTest.java90 import android.support.test.uiautomator.UiObjectNotFoundException;
1091 DetailsUi(UiBot uiBot, int id, String name) throws UiObjectNotFoundException { in DetailsUi()
1103 throws UiObjectNotFoundException { in DetailsUi()
1125 throws UiObjectNotFoundException { in assertField()
1130 void assertName(String expected) throws UiObjectNotFoundException { in assertName()
1134 void assertTitle(String expected) throws UiObjectNotFoundException { in assertTitle()
1138 void assertDescription(String expected) throws UiObjectNotFoundException { in assertDescription()
1145 void focusOnName() throws UiObjectNotFoundException { in focusOnName()
1153 void focusAwayFromName() throws UiObjectNotFoundException { in focusAwayFromName()
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DWorkflowTest.java38 import android.support.test.uiautomator.UiObjectNotFoundException;
202 private void clickOn(UiSelector selector) throws UiObjectNotFoundException { in clickOn()
210 private void clickOnText(String text) throws UiObjectNotFoundException { in clickOnText()
215 private void setPrinter(String printerName) throws UiObjectNotFoundException { in setPrinter()