Searched refs:mUiBot (Results 1 – 1 of 1) sorted by relevance
157 private UiBot mUiBot; field in BugreportReceiverTest175 mUiBot = new UiBot(instrumentation, TIMEOUT); in setUp()207 mUiBot.turnScreenOn(); in setUp()224 mUiBot.collapseStatusBar(); in tearDown()343 mUiBot.collapseStatusBar(); in testProgress_cancelBugClosesDetailsDialog()481 mUiBot.clickOnNotification(mContext.getString( in bugreportFinishedWithWarningTest()485 mUiBot.getObject(mContext.getString(R.string.bugreport_confirm)); in bugreportFinishedWithWarningTest()488 mUiBot.getVisibleObject(mContext.getString(R.string.bugreport_confirm_dont_repeat)); in bugreportFinishedWithWarningTest()494 mUiBot.click(dontShowAgain, "dont-show-again"); in bugreportFinishedWithWarningTest()501 mUiBot.click(dontShowAgain, "dont-show-again"); in bugreportFinishedWithWarningTest()[all …]