HomeSort by relevance Sort by last modified time
    Searched refs:UiBot (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
ActivityTest.java 43 import com.android.documentsui.bots.UiBot;
134 UiBot.TARGET_PKG);
173 public final UiBot main;
179 this.main = new UiBot(device, context, TIMEOUT);
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
UiBot.java 32 final class UiBot {
34 private static final String TAG = "UiBot";
40 public UiBot(UiDevice device, int timeout) {
BugreportReceiverTest.java 148 private UiBot mUiBot;
156 mUiBot = new UiBot(UiDevice.getInstance(instrumentation), TIMEOUT);
    [all...]
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
UiBot.java 45 public class UiBot extends BaseBot {
49 public UiBot(UiDevice device, Context context, int timeout) {

Completed in 63 milliseconds