Searched refs:SidebarBot (Results 1 – 3 of 3) sorted by relevance
37 import com.android.documentsui.bots.SidebarBot;47 private SidebarBot mRootsListBot;55 mRootsListBot = new SidebarBot(device, context, BOT_TIMEOUT); in setUpInLoop()
44 public final SidebarBot roots;55 roots = new SidebarBot(device, context, TIMEOUT); in Bots()
45 public class SidebarBot extends Bots.BaseBot { class50 public SidebarBot(UiDevice device, Context context, int timeout) { in SidebarBot() method in SidebarBot