Lines Matching refs:com
1 package com.android.uiautomator.core {
5 method public static com.android.uiautomator.core.Configurator getInstance();
10 method public com.android.uiautomator.core.Configurator setActionAcknowledgmentTimeout(long);
11 method public com.android.uiautomator.core.Configurator setKeyInjectionDelay(long);
12 method public com.android.uiautomator.core.Configurator setScrollAcknowledgmentTimeout(long);
13 method public com.android.uiautomator.core.Configurator setWaitForIdleTimeout(long);
14 method public com.android.uiautomator.core.Configurator setWaitForSelectorTimeout(long);
17 public deprecated class UiCollection extends com.android.uiautomator.core.UiObject {
18 ctor public UiCollection(com.android.uiautomator.core.UiSelector);
19 …thod public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.co…
20 …method public com.android.uiautomator.core.UiObject getChildByInstance(com.android.uiautomator.cor…
21 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
22 method public int getChildCount(com.android.uiautomator.core.UiSelector);
37 method public static com.android.uiautomator.core.UiDevice getInstance();
60 method public void registerWatcher(java.lang.String, com.android.uiautomator.core.UiWatcher);
81 ctor public UiObject(com.android.uiautomator.core.UiSelector);
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.UiObjectNotFo…
85 …method public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectN…
86 …method public boolean clickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundExcep…
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.uiauto…
89 …method public boolean dragTo(int, int, int) throws com.android.uiautomator.core.UiObjectNotFoundEx…
92 …method public android.graphics.Rect getBounds() throws com.android.uiautomator.core.UiObjectNotFou…
93 …method public com.android.uiautomator.core.UiObject getChild(com.android.uiautomator.core.UiSelect…
94 method public int getChildCount() throws com.android.uiautomator.core.UiObjectNotFoundException;
95 …method public java.lang.String getClassName() throws com.android.uiautomator.core.UiObjectNotFound…
96 …method public java.lang.String getContentDescription() throws com.android.uiautomator.core.UiObjec…
97 …method public com.android.uiautomator.core.UiObject getFromParent(com.android.uiautomator.core.UiS…
98 …method public java.lang.String getPackageName() throws com.android.uiautomator.core.UiObjectNotFou…
99 method public final com.android.uiautomator.core.UiSelector getSelector();
100 …method public java.lang.String getText() throws com.android.uiautomator.core.UiObjectNotFoundExcep…
101 …method public android.graphics.Rect getVisibleBounds() throws com.android.uiautomator.core.UiObjec…
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.UiObjectNotFoundExcept…
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.UiObjectNotFoundE…
113 …method public boolean longClickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundExcep…
116 …method public boolean pinchIn(int, int) throws com.android.uiautomator.core.UiObjectNotFoundExcept…
117 …method public boolean pinchOut(int, int) throws com.android.uiautomator.core.UiObjectNotFoundExcep…
118 …method public boolean setText(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFou…
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.UiObjectNotFoundExceptio…
122 … method public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
139 public deprecated class UiScrollable extends com.android.uiautomator.core.UiCollection {
140 ctor public UiScrollable(com.android.uiautomator.core.UiSelector);
141 method protected boolean exists(com.android.uiautomator.core.UiSelector);
142 …method public boolean flingBackward() throws com.android.uiautomator.core.UiObjectNotFoundExceptio…
143 …method public boolean flingForward() throws com.android.uiautomator.core.UiObjectNotFoundException;
144 …method public boolean flingToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundEx…
145 …method public boolean flingToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundExceptio…
146 …public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.core.Ui…
147 …hod public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.UiSel…
150 …method public boolean scrollBackward() throws com.android.uiautomator.core.UiObjectNotFoundExcepti…
151 …method public boolean scrollBackward(int) throws com.android.uiautomator.core.UiObjectNotFoundExce…
152 …method public boolean scrollDescriptionIntoView(java.lang.String) throws com.android.uiautomator.c…
153 …method public boolean scrollForward() throws com.android.uiautomator.core.UiObjectNotFoundExceptio…
154 …method public boolean scrollForward(int) throws com.android.uiautomator.core.UiObjectNotFoundExcep…
155 …method public boolean scrollIntoView(com.android.uiautomator.core.UiObject) throws com.android.uia…
156 …method public boolean scrollIntoView(com.android.uiautomator.core.UiSelector) throws com.android.u…
157 …method public boolean scrollTextIntoView(java.lang.String) throws com.android.uiautomator.core.UiO…
158 …method public boolean scrollToBeginning(int, int) throws com.android.uiautomator.core.UiObjectNotF…
159 …method public boolean scrollToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundE…
160 …method public boolean scrollToEnd(int, int) throws com.android.uiautomator.core.UiObjectNotFoundEx…
161 …method public boolean scrollToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundExcepti…
162 method public com.android.uiautomator.core.UiScrollable setAsHorizontalList();
163 method public com.android.uiautomator.core.UiScrollable setAsVerticalList();
164 method public com.android.uiautomator.core.UiScrollable setMaxSearchSwipes(int);
165 method public com.android.uiautomator.core.UiScrollable setSwipeDeadZonePercentage(double);
170 method public com.android.uiautomator.core.UiSelector checkable(boolean);
171 method public com.android.uiautomator.core.UiSelector checked(boolean);
172 …method public com.android.uiautomator.core.UiSelector childSelector(com.android.uiautomator.core.U…
173 method public com.android.uiautomator.core.UiSelector className(java.lang.String);
174 method public <T> com.android.uiautomator.core.UiSelector className(java.lang.Class<T>);
175 method public com.android.uiautomator.core.UiSelector classNameMatches(java.lang.String);
176 method public com.android.uiautomator.core.UiSelector clickable(boolean);
177 method protected com.android.uiautomator.core.UiSelector cloneSelector();
178 method public com.android.uiautomator.core.UiSelector description(java.lang.String);
179 method public com.android.uiautomator.core.UiSelector descriptionContains(java.lang.String);
180 method public com.android.uiautomator.core.UiSelector descriptionMatches(java.lang.String);
181 method public com.android.uiautomator.core.UiSelector descriptionStartsWith(java.lang.String);
182 method public com.android.uiautomator.core.UiSelector enabled(boolean);
183 method public com.android.uiautomator.core.UiSelector focusable(boolean);
184 method public com.android.uiautomator.core.UiSelector focused(boolean);
185 …method public com.android.uiautomator.core.UiSelector fromParent(com.android.uiautomator.core.UiSe…
186 method public com.android.uiautomator.core.UiSelector index(int);
187 method public com.android.uiautomator.core.UiSelector instance(int);
188 method public com.android.uiautomator.core.UiSelector longClickable(boolean);
189 method public com.android.uiautomator.core.UiSelector packageName(java.lang.String);
190 method public com.android.uiautomator.core.UiSelector packageNameMatches(java.lang.String);
191 method public com.android.uiautomator.core.UiSelector resourceId(java.lang.String);
192 method public com.android.uiautomator.core.UiSelector resourceIdMatches(java.lang.String);
193 method public com.android.uiautomator.core.UiSelector scrollable(boolean);
194 method public com.android.uiautomator.core.UiSelector selected(boolean);
195 method public com.android.uiautomator.core.UiSelector text(java.lang.String);
196 method public com.android.uiautomator.core.UiSelector textContains(java.lang.String);
197 method public com.android.uiautomator.core.UiSelector textMatches(java.lang.String);
198 method public com.android.uiautomator.core.UiSelector textStartsWith(java.lang.String);
207 package com.android.uiautomator.testrunner {
215 method public com.android.uiautomator.testrunner.IAutomationSupport getAutomationSupport();
217 method public com.android.uiautomator.core.UiDevice getUiDevice();