Lines Matching refs:Deprecated

4   @Deprecated public final class Configurator {
5 method @Deprecated public long getActionAcknowledgmentTimeout();
6 method @Deprecated public static com.android.uiautomator.core.Configurator getInstance();
7 method @Deprecated public long getKeyInjectionDelay();
8 method @Deprecated public long getScrollAcknowledgmentTimeout();
9 method @Deprecated public long getWaitForIdleTimeout();
10 method @Deprecated public long getWaitForSelectorTimeout();
11 …method @Deprecated public com.android.uiautomator.core.Configurator setActionAcknowledgmentTimeout…
12 method @Deprecated public com.android.uiautomator.core.Configurator setKeyInjectionDelay(long);
13 …method @Deprecated public com.android.uiautomator.core.Configurator setScrollAcknowledgmentTimeout…
14 method @Deprecated public com.android.uiautomator.core.Configurator setWaitForIdleTimeout(long);
15 …method @Deprecated public com.android.uiautomator.core.Configurator setWaitForSelectorTimeout(long…
18 @Deprecated public class UiCollection extends com.android.uiautomator.core.UiObject {
19 ctor @Deprecated public UiCollection(com.android.uiautomator.core.UiSelector);
20 …method @Deprecated public com.android.uiautomator.core.UiObject getChildByDescription(com.android.…
21 …method @Deprecated public com.android.uiautomator.core.UiObject getChildByInstance(com.android.uia…
22 …method @Deprecated public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautom…
23 method @Deprecated public int getChildCount(com.android.uiautomator.core.UiSelector);
26 @Deprecated public class UiDevice {
27 method @Deprecated public void clearLastTraversedText();
28 method @Deprecated public boolean click(int, int);
29 method @Deprecated public boolean drag(int, int, int, int, int);
30 method @Deprecated public void dumpWindowHierarchy(String);
31 method @Deprecated public void freezeRotation() throws android.os.RemoteException;
32 method @Deprecated public String getCurrentActivityName();
33 method @Deprecated public String getCurrentPackageName();
34 method @Deprecated public int getDisplayHeight();
35 method @Deprecated public int getDisplayRotation();
36 method @Deprecated public android.graphics.Point getDisplaySizeDp();
37 method @Deprecated public int getDisplayWidth();
38 method @Deprecated public static com.android.uiautomator.core.UiDevice getInstance();
39 method @Deprecated public String getLastTraversedText();
40 method @Deprecated public String getProductName();
41 method @Deprecated public boolean hasAnyWatcherTriggered();
42 method @Deprecated public boolean hasWatcherTriggered(String);
43 method @Deprecated public boolean isNaturalOrientation();
44 method @Deprecated public boolean isScreenOn() throws android.os.RemoteException;
45 method @Deprecated public boolean openNotification();
46 method @Deprecated public boolean openQuickSettings();
47 method @Deprecated public boolean pressBack();
48 method @Deprecated public boolean pressDPadCenter();
49 method @Deprecated public boolean pressDPadDown();
50 method @Deprecated public boolean pressDPadLeft();
51 method @Deprecated public boolean pressDPadRight();
52 method @Deprecated public boolean pressDPadUp();
53 method @Deprecated public boolean pressDelete();
54 method @Deprecated public boolean pressEnter();
55 method @Deprecated public boolean pressHome();
56 method @Deprecated public boolean pressKeyCode(int);
57 method @Deprecated public boolean pressKeyCode(int, int);
58 method @Deprecated public boolean pressMenu();
59 method @Deprecated public boolean pressRecentApps() throws android.os.RemoteException;
60 method @Deprecated public boolean pressSearch();
61 method @Deprecated public void registerWatcher(String, com.android.uiautomator.core.UiWatcher);
62 method @Deprecated public void removeWatcher(String);
63 method @Deprecated public void resetWatcherTriggers();
64 method @Deprecated public void runWatchers();
65 method @Deprecated public void setCompressedLayoutHeirarchy(boolean);
66 method @Deprecated public void setOrientationLeft() throws android.os.RemoteException;
67 method @Deprecated public void setOrientationNatural() throws android.os.RemoteException;
68 method @Deprecated public void setOrientationRight() throws android.os.RemoteException;
69 method @Deprecated public void sleep() throws android.os.RemoteException;
70 method @Deprecated public boolean swipe(int, int, int, int, int);
71 method @Deprecated public boolean swipe(android.graphics.Point[], int);
72 method @Deprecated public boolean takeScreenshot(java.io.File);
73 method @Deprecated public boolean takeScreenshot(java.io.File, float, int);
74 method @Deprecated public void unfreezeRotation() throws android.os.RemoteException;
75 method @Deprecated public void waitForIdle();
76 method @Deprecated public void waitForIdle(long);
77 method @Deprecated public boolean waitForWindowUpdate(String, long);
78 method @Deprecated public void wakeUp() throws android.os.RemoteException;
81 @Deprecated public class UiObject {
82 ctor @Deprecated public UiObject(com.android.uiautomator.core.UiSelector);
83 …method @Deprecated public void clearTextField() throws com.android.uiautomator.core.UiObjectNotFou…
84 …method @Deprecated public boolean click() throws com.android.uiautomator.core.UiObjectNotFoundExce…
85 …method @Deprecated public boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.U…
86 …method @Deprecated public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.co…
87 …method @Deprecated public boolean clickBottomRight() throws com.android.uiautomator.core.UiObjectN…
88 …method @Deprecated public boolean clickTopLeft() throws com.android.uiautomator.core.UiObjectNotFo…
89 …method @Deprecated public boolean dragTo(com.android.uiautomator.core.UiObject, int) throws com.an…
90 …method @Deprecated public boolean dragTo(int, int, int) throws com.android.uiautomator.core.UiObje…
91 method @Deprecated public boolean exists();
92 …method @Deprecated protected android.view.accessibility.AccessibilityNodeInfo findAccessibilityNod…
93 …method @Deprecated public android.graphics.Rect getBounds() throws com.android.uiautomator.core.Ui…
94 …method @Deprecated public com.android.uiautomator.core.UiObject getChild(com.android.uiautomator.c…
95 …method @Deprecated public int getChildCount() throws com.android.uiautomator.core.UiObjectNotFound…
96 …method @Deprecated public String getClassName() throws com.android.uiautomator.core.UiObjectNotFou…
97 …method @Deprecated public String getContentDescription() throws com.android.uiautomator.core.UiObj…
98 …method @Deprecated public com.android.uiautomator.core.UiObject getFromParent(com.android.uiautoma…
99 …method @Deprecated public String getPackageName() throws com.android.uiautomator.core.UiObjectNotF…
100 method @Deprecated public final com.android.uiautomator.core.UiSelector getSelector();
101 …method @Deprecated public String getText() throws com.android.uiautomator.core.UiObjectNotFoundExc…
102 …method @Deprecated public android.graphics.Rect getVisibleBounds() throws com.android.uiautomator.…
103 …method @Deprecated public boolean isCheckable() throws com.android.uiautomator.core.UiObjectNotFou…
104 …method @Deprecated public boolean isChecked() throws com.android.uiautomator.core.UiObjectNotFound…
105 …method @Deprecated public boolean isClickable() throws com.android.uiautomator.core.UiObjectNotFou…
106 …method @Deprecated public boolean isEnabled() throws com.android.uiautomator.core.UiObjectNotFound…
107 …method @Deprecated public boolean isFocusable() throws com.android.uiautomator.core.UiObjectNotFou…
108 …method @Deprecated public boolean isFocused() throws com.android.uiautomator.core.UiObjectNotFound…
109 …method @Deprecated public boolean isLongClickable() throws com.android.uiautomator.core.UiObjectNo…
110 …method @Deprecated public boolean isScrollable() throws com.android.uiautomator.core.UiObjectNotFo…
111 …method @Deprecated public boolean isSelected() throws com.android.uiautomator.core.UiObjectNotFoun…
112 …method @Deprecated public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFound…
113 …method @Deprecated public boolean longClickBottomRight() throws com.android.uiautomator.core.UiObj…
114 …method @Deprecated public boolean longClickTopLeft() throws com.android.uiautomator.core.UiObjectN…
115 …method @Deprecated public boolean performMultiPointerGesture(android.view.MotionEvent.PointerCoord…
116 …method @Deprecated public boolean performTwoPointerGesture(android.graphics.Point, android.graphic…
117 …method @Deprecated public boolean pinchIn(int, int) throws com.android.uiautomator.core.UiObjectNo…
118 …method @Deprecated public boolean pinchOut(int, int) throws com.android.uiautomator.core.UiObjectN…
119 …method @Deprecated public boolean setText(String) throws com.android.uiautomator.core.UiObjectNotF…
120 …method @Deprecated public boolean swipeDown(int) throws com.android.uiautomator.core.UiObjectNotFo…
121 …method @Deprecated public boolean swipeLeft(int) throws com.android.uiautomator.core.UiObjectNotFo…
122 …method @Deprecated public boolean swipeRight(int) throws com.android.uiautomator.core.UiObjectNotF…
123 …method @Deprecated public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoun…
124 method @Deprecated public boolean waitForExists(long);
125 method @Deprecated public boolean waitUntilGone(long);
126 field @Deprecated protected static final int FINGER_TOUCH_HALF_WIDTH = 20; // 0x14
127 field @Deprecated protected static final int SWIPE_MARGIN_LIMIT = 5; // 0x5
128 field @Deprecated protected static final long WAIT_FOR_EVENT_TMEOUT = 3000L; // 0xbb8L
129 field @Deprecated protected static final long WAIT_FOR_SELECTOR_POLL = 1000L; // 0x3e8L
130 field @Deprecated protected static final long WAIT_FOR_SELECTOR_TIMEOUT = 10000L; // 0x2710L
131 field @Deprecated protected static final long WAIT_FOR_WINDOW_TMEOUT = 5500L; // 0x157cL
134 @Deprecated public class UiObjectNotFoundException extends java.lang.Exception {
135 ctor @Deprecated public UiObjectNotFoundException(String);
136 ctor @Deprecated public UiObjectNotFoundException(String, Throwable);
137 ctor @Deprecated public UiObjectNotFoundException(Throwable);
140 @Deprecated public class UiScrollable extends com.android.uiautomator.core.UiCollection {
141 ctor @Deprecated public UiScrollable(com.android.uiautomator.core.UiSelector);
142 method @Deprecated protected boolean exists(com.android.uiautomator.core.UiSelector);
143 …method @Deprecated public boolean flingBackward() throws com.android.uiautomator.core.UiObjectNotF…
144 …method @Deprecated public boolean flingForward() throws com.android.uiautomator.core.UiObjectNotFo…
145 …method @Deprecated public boolean flingToBeginning(int) throws com.android.uiautomator.core.UiObje…
146 …method @Deprecated public boolean flingToEnd(int) throws com.android.uiautomator.core.UiObjectNotF…
147 …method @Deprecated public com.android.uiautomator.core.UiObject getChildByDescription(com.android.…
148 …method @Deprecated public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautom…
149 method @Deprecated public int getMaxSearchSwipes();
150 method @Deprecated public double getSwipeDeadZonePercentage();
151 …method @Deprecated public boolean scrollBackward() throws com.android.uiautomator.core.UiObjectNot…
152 …method @Deprecated public boolean scrollBackward(int) throws com.android.uiautomator.core.UiObject…
153 …method @Deprecated public boolean scrollDescriptionIntoView(String) throws com.android.uiautomator…
154 …method @Deprecated public boolean scrollForward() throws com.android.uiautomator.core.UiObjectNotF…
155 …method @Deprecated public boolean scrollForward(int) throws com.android.uiautomator.core.UiObjectN…
156 …method @Deprecated public boolean scrollIntoView(com.android.uiautomator.core.UiObject) throws com…
157 …method @Deprecated public boolean scrollIntoView(com.android.uiautomator.core.UiSelector) throws c…
158 …method @Deprecated public boolean scrollTextIntoView(String) throws com.android.uiautomator.core.U…
159 …method @Deprecated public boolean scrollToBeginning(int, int) throws com.android.uiautomator.core.…
160 …method @Deprecated public boolean scrollToBeginning(int) throws com.android.uiautomator.core.UiObj…
161 …method @Deprecated public boolean scrollToEnd(int, int) throws com.android.uiautomator.core.UiObje…
162 …method @Deprecated public boolean scrollToEnd(int) throws com.android.uiautomator.core.UiObjectNot…
163 method @Deprecated public com.android.uiautomator.core.UiScrollable setAsHorizontalList();
164 method @Deprecated public com.android.uiautomator.core.UiScrollable setAsVerticalList();
165 method @Deprecated public com.android.uiautomator.core.UiScrollable setMaxSearchSwipes(int);
166 …method @Deprecated public com.android.uiautomator.core.UiScrollable setSwipeDeadZonePercentage(dou…
169 @Deprecated public class UiSelector {
170 ctor @Deprecated public UiSelector();
171 method @Deprecated public com.android.uiautomator.core.UiSelector checkable(boolean);
172 method @Deprecated public com.android.uiautomator.core.UiSelector checked(boolean);
173 …method @Deprecated public com.android.uiautomator.core.UiSelector childSelector(com.android.uiauto…
174 method @Deprecated public com.android.uiautomator.core.UiSelector className(String);
175 method @Deprecated public <T> com.android.uiautomator.core.UiSelector className(Class<T>);
176 method @Deprecated public com.android.uiautomator.core.UiSelector classNameMatches(String);
177 method @Deprecated public com.android.uiautomator.core.UiSelector clickable(boolean);
178 method @Deprecated protected com.android.uiautomator.core.UiSelector cloneSelector();
179 method @Deprecated public com.android.uiautomator.core.UiSelector description(String);
180 method @Deprecated public com.android.uiautomator.core.UiSelector descriptionContains(String);
181 method @Deprecated public com.android.uiautomator.core.UiSelector descriptionMatches(String);
182 method @Deprecated public com.android.uiautomator.core.UiSelector descriptionStartsWith(String);
183 method @Deprecated public com.android.uiautomator.core.UiSelector enabled(boolean);
184 method @Deprecated public com.android.uiautomator.core.UiSelector focusable(boolean);
185 method @Deprecated public com.android.uiautomator.core.UiSelector focused(boolean);
186 …method @Deprecated public com.android.uiautomator.core.UiSelector fromParent(com.android.uiautomat…
187 method @Deprecated public com.android.uiautomator.core.UiSelector index(int);
188 method @Deprecated public com.android.uiautomator.core.UiSelector instance(int);
189 method @Deprecated public com.android.uiautomator.core.UiSelector longClickable(boolean);
190 method @Deprecated public com.android.uiautomator.core.UiSelector packageName(String);
191 method @Deprecated public com.android.uiautomator.core.UiSelector packageNameMatches(String);
192 method @Deprecated public com.android.uiautomator.core.UiSelector resourceId(String);
193 method @Deprecated public com.android.uiautomator.core.UiSelector resourceIdMatches(String);
194 method @Deprecated public com.android.uiautomator.core.UiSelector scrollable(boolean);
195 method @Deprecated public com.android.uiautomator.core.UiSelector selected(boolean);
196 method @Deprecated public com.android.uiautomator.core.UiSelector text(String);
197 method @Deprecated public com.android.uiautomator.core.UiSelector textContains(String);
198 method @Deprecated public com.android.uiautomator.core.UiSelector textMatches(String);
199 method @Deprecated public com.android.uiautomator.core.UiSelector textStartsWith(String);
202 @Deprecated public interface UiWatcher {
203 method @Deprecated public boolean checkForCondition();
210 @Deprecated public interface IAutomationSupport {
211 method @Deprecated public void sendStatus(int, android.os.Bundle);
214 @Deprecated public class UiAutomatorTestCase extends junit.framework.TestCase {
215 ctor @Deprecated public UiAutomatorTestCase();
216 …method @Deprecated public com.android.uiautomator.testrunner.IAutomationSupport getAutomationSuppo…
217 method @Deprecated public android.os.Bundle getParams();
218 method @Deprecated public com.android.uiautomator.core.UiDevice getUiDevice();
219 method @Deprecated public void sleep(long);