HomeSort by relevance Sort by last modified time
    Searched defs:uiautomator (Results 51 - 59 of 59) sorted by null

1 23

  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 17 package com.android.uiautomator.core;
QueryController.java 16 package com.android.uiautomator.core;
Tracer.java 16 package com.android.uiautomator.core;
31 * Class that creates traces of the calls to the UiAutomator API and outputs the
32 * traces either to logcat or a logfile. Each public method in the UiAutomator
40 private static final String UIAUTOMATOR_PACKAGE = "com.android.uiautomator.core";
194 * Public methods in the UiAutomator should call this function to generate a
197 * public method is called internally from UIAutomator then this will not
198 * output a trace entry. Only calls from outise the UiAutomator package will
250 * This method outputs which UiAutomator method was called and where in the
253 * the UiAutomator then it returns null.
256 * method was called from inside UiAutomator
    [all...]
UiAutomatorBridge.java 1 package com.android.uiautomator.core;
UiScrollable.java 16 package com.android.uiautomator.core;
UiDevice.java 17 package com.android.uiautomator.core;
96 * framework will only contain nodes that are important for uiautomator
UiObject.java 17 package com.android.uiautomator.core;
    [all...]
UiSelector.java 17 package com.android.uiautomator.core;
    [all...]
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 17 package com.android.uiautomator.testrunner;
31 import com.android.uiautomator.core.ShellUiAutomatorBridge;
32 import com.android.uiautomator.core.Tracer;
33 import com.android.uiautomator.core.UiAutomationShellWrapper;
34 import com.android.uiautomator.core.UiDevice;
369 * used when default UiAutomator output is too verbose.

Completed in 68 milliseconds

1 23