Home
last modified time | relevance | path

Searched refs:GestureBot (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DBots.java46 public final GestureBot gesture;
60 gesture = new GestureBot(device, automation, context, TIMEOUT); in Bots()
DGestureBot.java38 public class GestureBot extends Bots.BaseBot { class
51 public GestureBot(UiDevice device, UiAutomation automation, Context context, int timeout) { in GestureBot() method in GestureBot