Home | History | Annotate | Download | only in shell

Lines Matching refs:UiBot

148     private UiBot mUiBot;
156 mUiBot = new UiBot(UiDevice.getInstance(instrumentation), TIMEOUT);
947 DetailsUi(UiBot uiBot, int id) throws UiObjectNotFoundException {
948 this(uiBot, id, true);
955 DetailsUi(UiBot uiBot, int id, boolean clickDetails) throws UiObjectNotFoundException {