![]() |
![]() |
uiautomator16:53:47.402 INFO jd.cli.Main - Decompiling uiautomator.jar package com.android.uiautomator.testrunner; import android.os.Bundle; import com.android.uiautomator.core.UiDevice; import junit.framework.TestCase; public class UiAutomatorTestCase extends TestCase { public UiAutomatorTestCase() { throw new RuntimeException("Stub!"); } protected void setUp() throws Exception { throw new RuntimeException("Stub!"); } protected void tearDown() throws Exception { throw new RuntimeException("Stub!"); } public UiDevice getUiDevice() { throw new RuntimeException("Stub!"); } public Bundle getParams() { throw new RuntimeException("Stub!"); } public IAutomationSupport getAutomationSupport() { throw new RuntimeException("Stub!"); } public void sleep(long ms) { throw new RuntimeException("Stub!"); } } /* Location: * Qualified Name: com.android.uiautomator.testrunner.UiAutomatorTestCase * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package com.android.uiautomator.testrunner; import android.os.Bundle; public abstract interface IAutomationSupport { public abstract void sendStatus(int paramInt, Bundle paramBundle); } /* Location: * Qualified Name: com.android.uiautomator.testrunner.IAutomationSupport * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package com.android.uiautomator.core; public class UiScrollable extends UiCollection { public UiScrollable(UiSelector container) { super((UiSelector)null);throw new RuntimeException("Stub!"); } public UiScrollable setAsVerticalList() { throw new RuntimeException("Stub!"); } public UiScrollable setAsHorizontalList() { throw new RuntimeException("Stub!"); } protected boolean exists(UiSelector selector) { throw new RuntimeException("Stub!"); } public UiObject getChildByDescription(UiSelector childPattern, String text) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public UiObject getChildByDescription(UiSelector childPattern, String text, boolean allowScrollSearch) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public UiObject getChildByInstance(UiSelector childPattern, int instance) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public UiObject getChildByText(UiSelector childPattern, String text) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public UiObject getChildByText(UiSelector childPattern, String text, boolean allowScrollSearch) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollDescriptionIntoView(String text) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollIntoView(UiObject obj) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollIntoView(UiSelector selector) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollTextIntoView(String text) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public UiScrollable setMaxSearchSwipes(int swipes) { throw new RuntimeException("Stub!"); } public int getMaxSearchSwipes() { throw new RuntimeException("Stub!"); } public boolean flingForward() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollForward() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollForward(int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean flingBackward() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollBackward() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollBackward(int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollToBeginning(int maxSwipes, int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollToBeginning(int maxSwipes) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean flingToBeginning(int maxSwipes) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollToEnd(int maxSwipes, int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean scrollToEnd(int maxSwipes) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean flingToEnd(int maxSwipes) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public double getSwipeDeadZonePercentage() { throw new RuntimeException("Stub!"); } public UiScrollable setSwipeDeadZonePercentage(double swipeDeadZonePercentage) { throw new RuntimeException("Stub!"); } } /* Location: * Qualified Name: com.android.uiautomator.core.UiScrollable * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package com.android.uiautomator.core; public abstract interface UiWatcher { public abstract boolean checkForCondition(); } /* Location: * Qualified Name: com.android.uiautomator.core.UiWatcher * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package com.android.uiautomator.core; public class UiObjectNotFoundException extends Exception { public UiObjectNotFoundException(String msg) { throw new RuntimeException("Stub!"); } public UiObjectNotFoundException(String detailMessage, Throwable throwable) { throw new RuntimeException("Stub!"); } public UiObjectNotFoundException(Throwable throwable) { throw new RuntimeException("Stub!"); } } /* Location: * Qualified Name: com.android.uiautomator.core.UiObjectNotFoundException * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package com.android.uiautomator.core; public class UiCollection extends UiObject { public UiCollection(UiSelector selector) { super((UiSelector)null);throw new RuntimeException("Stub!"); } public UiObject getChildByDescription(UiSelector childPattern, String text) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public UiObject getChildByInstance(UiSelector childPattern, int instance) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public UiObject getChildByText(UiSelector childPattern, String text) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public int getChildCount(UiSelector childPattern) { throw new RuntimeException("Stub!"); } } /* Location: * Qualified Name: com.android.uiautomator.core.UiCollection * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package com.android.uiautomator.core; import android.graphics.Point; import android.graphics.Rect; import android.view.MotionEvent.PointerCoords; import android.view.accessibility.AccessibilityNodeInfo; public class UiObject { @Deprecated protected static final long WAIT_FOR_SELECTOR_TIMEOUT = 10000L; protected static final long WAIT_FOR_SELECTOR_POLL = 1000L; protected static final long WAIT_FOR_WINDOW_TMEOUT = 5500L; protected static final int SWIPE_MARGIN_LIMIT = 5; @Deprecated protected static final long WAIT_FOR_EVENT_TMEOUT = 3000L; protected static final int FINGER_TOUCH_HALF_WIDTH = 20; public UiObject(UiSelector selector) { throw new RuntimeException("Stub!"); } public final UiSelector getSelector() { throw new RuntimeException("Stub!"); } public UiObject getChild(UiSelector selector) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public UiObject getFromParent(UiSelector selector) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public int getChildCount() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } protected AccessibilityNodeInfo findAccessibilityNodeInfo(long timeout) { throw new RuntimeException("Stub!"); } public boolean dragTo(UiObject destObj, int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean swipeUp(int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean swipeDown(int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean swipeLeft(int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean swipeRight(int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean click() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean clickAndWaitForNewWindow() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean clickAndWaitForNewWindow(long timeout) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean clickTopLeft() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean longClickBottomRight() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean clickBottomRight() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean longClick() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean longClickTopLeft() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public String getText() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public String getClassName() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public String getContentDescription() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean setText(String text) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public void clearTextField() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean isChecked() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean isSelected() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean isCheckable() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean isEnabled() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean isClickable() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean isFocused() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean isFocusable() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean isScrollable() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean isLongClickable() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public String getPackageName() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public Rect getVisibleBounds() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public Rect getBounds() throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean waitForExists(long timeout) { throw new RuntimeException("Stub!"); } public boolean waitUntilGone(long timeout) { throw new RuntimeException("Stub!"); } public boolean exists() { throw new RuntimeException("Stub!"); } public boolean pinchOut(int percent, int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean pinchIn(int percent, int steps) throws UiObjectNotFoundException { throw new RuntimeException("Stub!"); } public boolean performTwoPointerGesture(Point startPoint1, Point startPoint2, Point endPoint1, Point endPoint2, int steps) { throw new RuntimeException("Stub!"); } public boolean performMultiPointerGesture(MotionEvent.PointerCoords... touches) { throw new RuntimeException("Stub!"); } } /* Location: * Qualified Name: com.android.uiautomator.core.UiObject * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package com.android.uiautomator.core; public class UiSelector { public UiSelector() { throw new RuntimeException("Stub!"); } protected UiSelector cloneSelector() { throw new RuntimeException("Stub!"); } public UiSelector text(String text) { throw new RuntimeException("Stub!"); } public UiSelector textMatches(String regex) { throw new RuntimeException("Stub!"); } public UiSelector textStartsWith(String text) { throw new RuntimeException("Stub!"); } public UiSelector textContains(String text) { throw new RuntimeException("Stub!"); } public UiSelector className(String className) { throw new RuntimeException("Stub!"); } public UiSelector classNameMatches(String regex) { throw new RuntimeException("Stub!"); } public <T> UiSelector className(Class<T> type) { throw new RuntimeException("Stub!"); } public UiSelector description(String desc) { throw new RuntimeException("Stub!"); } public UiSelector descriptionMatches(String regex) { throw new RuntimeException("Stub!"); } public UiSelector descriptionStartsWith(String desc) { throw new RuntimeException("Stub!"); } public UiSelector descriptionContains(String desc) { throw new RuntimeException("Stub!"); } public UiSelector resourceId(String id) { throw new RuntimeException("Stub!"); } public UiSelector resourceIdMatches(String regex) { throw new RuntimeException("Stub!"); } public UiSelector index(int index) { throw new RuntimeException("Stub!"); } public UiSelector instance(int instance) { throw new RuntimeException("Stub!"); } public UiSelector enabled(boolean val) { throw new RuntimeException("Stub!"); } public UiSelector focused(boolean val) { throw new RuntimeException("Stub!"); } public UiSelector focusable(boolean val) { throw new RuntimeException("Stub!"); } public UiSelector scrollable(boolean val) { throw new RuntimeException("Stub!"); } public UiSelector selected(boolean val) { throw new RuntimeException("Stub!"); } public UiSelector checked(boolean val) { throw new RuntimeException("Stub!"); } public UiSelector clickable(boolean val) { throw new RuntimeException("Stub!"); } public UiSelector checkable(boolean val) { throw new RuntimeException("Stub!"); } public UiSelector longClickable(boolean val) { throw new RuntimeException("Stub!"); } public UiSelector childSelector(UiSelector selector) { throw new RuntimeException("Stub!"); } public UiSelector fromParent(UiSelector selector) { throw new RuntimeException("Stub!"); } public UiSelector packageName(String name) { throw new RuntimeException("Stub!"); } public UiSelector packageNameMatches(String regex) { throw new RuntimeException("Stub!"); } public String toString() { throw new RuntimeException("Stub!"); } } /* Location: * Qualified Name: com.android.uiautomator.core.UiSelector * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package com.android.uiautomator.core; import android.graphics.Point; import android.os.RemoteException; import java.io.File; public class UiDevice { UiDevice() { throw new RuntimeException("Stub!"); } public void setCompressedLayoutHeirarchy(boolean compressed) { throw new RuntimeException("Stub!"); } public static UiDevice getInstance() { throw new RuntimeException("Stub!"); } public Point getDisplaySizeDp() { throw new RuntimeException("Stub!"); } public String getProductName() { throw new RuntimeException("Stub!"); } public String getLastTraversedText() { throw new RuntimeException("Stub!"); } public void clearLastTraversedText() { throw new RuntimeException("Stub!"); } public boolean pressMenu() { throw new RuntimeException("Stub!"); } public boolean pressBack() { throw new RuntimeException("Stub!"); } public boolean pressHome() { throw new RuntimeException("Stub!"); } public boolean pressSearch() { throw new RuntimeException("Stub!"); } public boolean pressDPadCenter() { throw new RuntimeException("Stub!"); } public boolean pressDPadDown() { throw new RuntimeException("Stub!"); } public boolean pressDPadUp() { throw new RuntimeException("Stub!"); } public boolean pressDPadLeft() { throw new RuntimeException("Stub!"); } public boolean pressDPadRight() { throw new RuntimeException("Stub!"); } public boolean pressDelete() { throw new RuntimeException("Stub!"); } public boolean pressEnter() { throw new RuntimeException("Stub!"); } public boolean pressKeyCode(int keyCode) { throw new RuntimeException("Stub!"); } public boolean pressKeyCode(int keyCode, int metaState) { throw new RuntimeException("Stub!"); } public boolean pressRecentApps() throws RemoteException { throw new RuntimeException("Stub!"); } public boolean openNotification() { throw new RuntimeException("Stub!"); } public boolean openQuickSettings() { throw new RuntimeException("Stub!"); } public int getDisplayWidth() { throw new RuntimeException("Stub!"); } public int getDisplayHeight() { throw new RuntimeException("Stub!"); } public boolean click(int x, int y) { throw new RuntimeException("Stub!"); } public boolean swipe(int startX, int startY, int endX, int endY, int steps) { throw new RuntimeException("Stub!"); } public boolean drag(int startX, int startY, int endX, int endY, int steps) { throw new RuntimeException("Stub!"); } public boolean swipe(Point[] segments, int segmentSteps) { throw new RuntimeException("Stub!"); } public void waitForIdle() { throw new RuntimeException("Stub!"); } public void waitForIdle(long timeout) { throw new RuntimeException("Stub!"); } @Deprecated public String getCurrentActivityName() { throw new RuntimeException("Stub!"); } public String getCurrentPackageName() { throw new RuntimeException("Stub!"); } public void registerWatcher(String name, UiWatcher watcher) { throw new RuntimeException("Stub!"); } public void removeWatcher(String name) { throw new RuntimeException("Stub!"); } public void runWatchers() { throw new RuntimeException("Stub!"); } public void resetWatcherTriggers() { throw new RuntimeException("Stub!"); } public boolean hasWatcherTriggered(String watcherName) { throw new RuntimeException("Stub!"); } public boolean hasAnyWatcherTriggered() { throw new RuntimeException("Stub!"); } public boolean isNaturalOrientation() { throw new RuntimeException("Stub!"); } public int getDisplayRotation() { throw new RuntimeException("Stub!"); } public void freezeRotation() throws RemoteException { throw new RuntimeException("Stub!"); } public void unfreezeRotation() throws RemoteException { throw new RuntimeException("Stub!"); } public void setOrientationLeft() throws RemoteException { throw new RuntimeException("Stub!"); } public void setOrientationRight() throws RemoteException { throw new RuntimeException("Stub!"); } public void setOrientationNatural() throws RemoteException { throw new RuntimeException("Stub!"); } public void wakeUp() throws RemoteException { throw new RuntimeException("Stub!"); } public boolean isScreenOn() throws RemoteException { throw new RuntimeException("Stub!"); } public void sleep() throws RemoteException { throw new RuntimeException("Stub!"); } public void dumpWindowHierarchy(String fileName) { throw new RuntimeException("Stub!"); } public boolean waitForWindowUpdate(String packageName, long timeout) { throw new RuntimeException("Stub!"); } public boolean takeScreenshot(File storePath) { throw new RuntimeException("Stub!"); } public boolean takeScreenshot(File storePath, float scale, int quality) { throw new RuntimeException("Stub!"); } } /* Location: * Qualified Name: com.android.uiautomator.core.UiDevice * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package com.android.uiautomator.core; public final class Configurator { Configurator() { throw new RuntimeException("Stub!"); } public static Configurator getInstance() { throw new RuntimeException("Stub!"); } public Configurator setWaitForIdleTimeout(long timeout) { throw new RuntimeException("Stub!"); } public long getWaitForIdleTimeout() { throw new RuntimeException("Stub!"); } public Configurator setWaitForSelectorTimeout(long timeout) { throw new RuntimeException("Stub!"); } public long getWaitForSelectorTimeout() { throw new RuntimeException("Stub!"); } public Configurator setScrollAcknowledgmentTimeout(long timeout) { throw new RuntimeException("Stub!"); } public long getScrollAcknowledgmentTimeout() { throw new RuntimeException("Stub!"); } public Configurator setActionAcknowledgmentTimeout(long timeout) { throw new RuntimeException("Stub!"); } public long getActionAcknowledgmentTimeout() { throw new RuntimeException("Stub!"); } public Configurator setKeyInjectionDelay(long delay) { throw new RuntimeException("Stub!"); } public long getKeyInjectionDelay() { throw new RuntimeException("Stub!"); } } /* Location: * Qualified Name: com.android.uiautomator.core.Configurator * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ Further reading...For more information on Java 1.5 Tiger, you may find Java 1.5 Tiger, A developer's Notebook by D. Flanagan and B. McLaughlin from O'Reilly of interest.New!JAR listings
|