Lines Matching refs:boolean

13     method public boolean click(int, int);
24 method public boolean hasAnyWatcherTriggered();
25 method public boolean hasWatcherTriggered(java.lang.String);
26 method public boolean isNaturalOrientation();
27 method public boolean isScreenOn() throws android.os.RemoteException;
28 method public boolean pressBack();
29 method public boolean pressDPadCenter();
30 method public boolean pressDPadDown();
31 method public boolean pressDPadLeft();
32 method public boolean pressDPadRight();
33 method public boolean pressDPadUp();
34 method public boolean pressDelete();
35 method public boolean pressEnter();
36 method public boolean pressHome();
37 method public boolean pressKeyCode(int);
38 method public boolean pressKeyCode(int, int);
39 method public boolean pressMenu();
40 method public boolean pressRecentApps() throws android.os.RemoteException;
41 method public boolean pressSearch();
50 method public boolean swipe(int, int, int, int, int);
51 method public boolean swipe(android.graphics.Point[], int);
52 method public boolean takeScreenshot(java.io.File);
53 method public boolean takeScreenshot(java.io.File, float, int);
57 method public boolean waitForWindowUpdate(java.lang.String, long);
64 method public boolean click() throws com.android.uiautomator.core.UiObjectNotFoundException;
65 …method public boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFo…
66 …method public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectN…
67 …method public boolean clickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundExcep…
68 …method public boolean clickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundException;
69 method public boolean exists();
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 …method public boolean isLongClickable() throws com.android.uiautomator.core.UiObjectNotFoundExcept…
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 …method public boolean longClickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundE…
91 …method public boolean longClickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundExcep…
92 …method public boolean setText(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFou…
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 …method public boolean swipeRight(int) throws com.android.uiautomator.core.UiObjectNotFoundExceptio…
96 … method public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
97 method public boolean waitForExists(long);
98 method public boolean waitUntilGone(long);
114 method protected boolean exists(com.android.uiautomator.core.UiSelector);
115 …method public boolean flingBackward() throws com.android.uiautomator.core.UiObjectNotFoundExceptio…
116 …method public boolean flingForward() throws com.android.uiautomator.core.UiObjectNotFoundException;
117 …method public boolean flingToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundEx…
118 …method public boolean flingToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundExceptio…
119 …ByDescription(com.android.uiautomator.core.UiSelector, java.lang.String, boolean) throws com.andro…
120 …etChildByText(com.android.uiautomator.core.UiSelector, java.lang.String, boolean) throws com.andro…
123 …method public boolean scrollBackward() throws com.android.uiautomator.core.UiObjectNotFoundExcepti…
124 …method public boolean scrollBackward(int) throws com.android.uiautomator.core.UiObjectNotFoundExce…
125 …method public boolean scrollDescriptionIntoView(java.lang.String) throws com.android.uiautomator.c…
126 …method public boolean scrollForward() throws com.android.uiautomator.core.UiObjectNotFoundExceptio…
127 …method public boolean scrollForward(int) throws com.android.uiautomator.core.UiObjectNotFoundExcep…
128 …method public boolean scrollIntoView(com.android.uiautomator.core.UiObject) throws com.android.uia…
129 …method public boolean scrollIntoView(com.android.uiautomator.core.UiSelector) throws com.android.u…
130 …method public boolean scrollTextIntoView(java.lang.String) throws com.android.uiautomator.core.UiO…
131 …method public boolean scrollToBeginning(int, int) throws com.android.uiautomator.core.UiObjectNotF…
132 …method public boolean scrollToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundE…
133 …method public boolean scrollToEnd(int, int) throws com.android.uiautomator.core.UiObjectNotFoundEx…
134 …method public boolean scrollToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundExcepti…
143 method public com.android.uiautomator.core.UiSelector checked(boolean);
148 method public com.android.uiautomator.core.UiSelector clickable(boolean);
154 method public com.android.uiautomator.core.UiSelector enabled(boolean);
155 method public com.android.uiautomator.core.UiSelector focusable(boolean);
156 method public com.android.uiautomator.core.UiSelector focused(boolean);
160 method public com.android.uiautomator.core.UiSelector longClickable(boolean);
163 method public com.android.uiautomator.core.UiSelector scrollable(boolean);
164 method public com.android.uiautomator.core.UiSelector selected(boolean);
172 method public abstract boolean checkForCondition();