Searched refs:mUiAutoTestPath (Results 1 – 1 of 1) sorted by relevance
192 mUiAutoTestPath = intent.getStringExtra(UI_AUTO_TEST); in executeIntent()193 if(mUiAutoTestPath != null) { in executeIntent()227 new FileReader(mUiAutoTestPath)); in beginUiAutoTest()257 mUiAutoTestPath = null; in moveToNextTest()352 if (mUiAutoTestPath != null) { in finished()922 private String mUiAutoTestPath; field in TestShellActivity