Home | History | Annotate | Download | only in api

Lines Matching full:throws

19     method public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.core.UiSelector, java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
20 method public com.android.uiautomator.core.UiObject getChildByInstance(com.android.uiautomator.core.UiSelector, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
21 method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.UiSelector, java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
30 method public void freezeRotation() throws android.os.RemoteException;
43 method public boolean isScreenOn() throws android.os.RemoteException;
58 method public boolean pressRecentApps() throws android.os.RemoteException;
65 method public void setOrientationLeft() throws android.os.RemoteException;
66 method public void setOrientationNatural() throws android.os.RemoteException;
67 method public void setOrientationRight() throws android.os.RemoteException;
68 method public void sleep() throws android.os.RemoteException;
73 method public void unfreezeRotation() throws android.os.RemoteException;
77 method public void wakeUp() throws android.os.RemoteException;
82 method public void clearTextField() throws com.android.uiautomator.core.UiObjectNotFoundException;
83 method public boolean click() throws com.android.uiautomator.core.UiObjectNotFoundException;
84 method public boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFoundException;
85 method public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectNotFoundException;
86 method public boolean clickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundException;
87 method public boolean clickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundException;
88 method public boolean dragTo(com.android.uiautomator.core.UiObject, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
89 method public boolean dragTo(int, int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
92 method public android.graphics.Rect getBounds() throws com.android.uiautomator.core.UiObjectNotFoundException;
93 method public com.android.uiautomator.core.UiObject getChild(com.android.uiautomator.core.UiSelector) throws com.android.uiautomator.core.UiObjectNotFoundException;
94 method public int getChildCount() throws com.android.uiautomator.core.UiObjectNotFoundException;
95 method public java.lang.String getClassName() throws com.android.uiautomator.core.UiObjectNotFoundException;
96 method public java.lang.String getContentDescription() throws com.android.uiautomator.core.UiObjectNotFoundException;
97 method public com.android.uiautomator.core.UiObject getFromParent(com.android.uiautomator.core.UiSelector) throws com.android.uiautomator.core.UiObjectNotFoundException;
98 method public java.lang.String getPackageName() throws com.android.uiautomator.core.UiObjectNotFoundException;
100 method public java.lang.String getText() throws com.android.uiautomator.core.UiObjectNotFoundException;
101 method public android.graphics.Rect getVisibleBounds() throws com.android.uiautomator.core.UiObjectNotFoundException;
102 method public boolean isCheckable() throws com.android.uiautomator.core.UiObjectNotFoundException;
103 method public boolean isChecked() throws com.android.uiautomator.core.UiObjectNotFoundException;
104 method public boolean isClickable() throws com.android.uiautomator.core.UiObjectNotFoundException;
105 method public boolean isEnabled() throws com.android.uiautomator.core.UiObjectNotFoundException;
106 method public boolean isFocusable() throws com.android.uiautomator.core.UiObjectNotFoundException;
107 method public boolean isFocused() throws com.android.uiautomator.core.UiObjectNotFoundException;
108 method public boolean isLongClickable() throws com.android.uiautomator.core.UiObjectNotFoundException;
109 method public boolean isScrollable() throws com.android.uiautomator.core.UiObjectNotFoundException;
110 method public boolean isSelected() throws com.android.uiautomator.core.UiObjectNotFoundException;
111 method public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
112 method public boolean longClickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundException;
113 method public boolean longClickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundException;
116 method public boolean pinchIn(int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
117 method public boolean pinchOut(int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
118 method public boolean setText(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
119 method public boolean swipeDown(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
120 method public boolean swipeLeft(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
121 method public boolean swipeRight(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
122 method public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
142 method public boolean flingBackward() throws com.android.uiautomator.core.UiObjectNotFoundException;
143 method public boolean flingForward() throws com.android.uiautomator.core.UiObjectNotFoundException;
144 method public boolean flingToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
145 method public boolean flingToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
146 method public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.core.UiSelector, java.lang.String, boolean) throws com.android.uiautomator.core.UiObjectNotFoundException;
147 method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.UiSelector, java.lang.String, boolean) throws com.android.uiautomator.core.UiObjectNotFoundException;
150 method public boolean scrollBackward() throws com.android.uiautomator.core.UiObjectNotFoundException;
151 method public boolean scrollBackward(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
152 method public boolean scrollDescriptionIntoView(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
153 method public boolean scrollForward() throws com.android.uiautomator.core.UiObjectNotFoundException;
154 method public boolean scrollForward(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
155 method public boolean scrollIntoView(com.android.uiautomator.core.UiObject) throws com.android.uiautomator.core.UiObjectNotFoundException;
156 method public boolean scrollIntoView(com.android.uiautomator.core.UiSelector) throws com.android.uiautomator.core.UiObjectNotFoundException;
157 method public boolean scrollTextIntoView(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
158 method public boolean scrollToBeginning(int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
159 method public boolean scrollToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
160 method public boolean scrollToEnd(int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
161 method public boolean scrollToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundException;