Lines Matching refs:UiObjectNotFoundException

5 …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;
72 …android.uiautomator.core.UiSelector) throws com.android.uiautomator.core.UiObjectNotFoundException;
73 method public int getChildCount() throws com.android.uiautomator.core.UiObjectNotFoundException;
74 ….lang.String getContentDescription() throws com.android.uiautomator.core.UiObjectNotFoundException;
75 …android.uiautomator.core.UiSelector) throws com.android.uiautomator.core.UiObjectNotFoundException;
76 …ic java.lang.String getPackageName() throws com.android.uiautomator.core.UiObjectNotFoundException;
78 …od public java.lang.String getText() throws com.android.uiautomator.core.UiObjectNotFoundException;
79 …oid.graphics.Rect getVisibleBounds() throws com.android.uiautomator.core.UiObjectNotFoundException;
80 … method public boolean isCheckable() throws com.android.uiautomator.core.UiObjectNotFoundException;
81 method public boolean isChecked() throws com.android.uiautomator.core.UiObjectNotFoundException;
82 … method public boolean isClickable() throws com.android.uiautomator.core.UiObjectNotFoundException;
83 method public boolean isEnabled() throws com.android.uiautomator.core.UiObjectNotFoundException;
84 … method public boolean isFocusable() throws com.android.uiautomator.core.UiObjectNotFoundException;
85 method public boolean isFocused() throws com.android.uiautomator.core.UiObjectNotFoundException;
86 …hod public boolean isLongClickable() throws com.android.uiautomator.core.UiObjectNotFoundException;
87 …method public boolean isScrollable() throws com.android.uiautomator.core.UiObjectNotFoundException;
88 … method public boolean isSelected() throws com.android.uiautomator.core.UiObjectNotFoundException;
89 method public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
90 …ublic boolean longClickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundException;
91 …od public boolean longClickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundException;
92 …ic boolean setText(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
93 …method public boolean swipeDown(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
94 …method public boolean swipeLeft(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
95 …ethod public boolean swipeRight(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
96 … method public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
106 public class UiObjectNotFoundException extends java.lang.Exception {
107 ctor public UiObjectNotFoundException(java.lang.String);
108 ctor public UiObjectNotFoundException(java.lang.String, java.lang.Throwable);
109 ctor public UiObjectNotFoundException(java.lang.Throwable);
115 …ethod public boolean flingBackward() throws com.android.uiautomator.core.UiObjectNotFoundException;
116 …method public boolean flingForward() throws com.android.uiautomator.core.UiObjectNotFoundException;
117 …public boolean flingToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
118 …ethod public boolean flingToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
119 …Selector, java.lang.String, boolean) throws com.android.uiautomator.core.UiObjectNotFoundException;
120 …Selector, java.lang.String, boolean) throws com.android.uiautomator.core.UiObjectNotFoundException;
123 …thod public boolean scrollBackward() throws com.android.uiautomator.core.UiObjectNotFoundException;
124 …d public boolean scrollBackward(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
125 …escriptionIntoView(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
126 …ethod public boolean scrollForward() throws com.android.uiautomator.core.UiObjectNotFoundException;
127 …od public boolean scrollForward(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
128 …m.android.uiautomator.core.UiObject) throws com.android.uiautomator.core.UiObjectNotFoundException;
129 …android.uiautomator.core.UiSelector) throws com.android.uiautomator.core.UiObjectNotFoundException;
130 …scrollTextIntoView(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
131 … boolean scrollToBeginning(int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
132 …ublic boolean scrollToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
133 …public boolean scrollToEnd(int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
134 …thod public boolean scrollToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundException;