Home
last modified time | relevance | path

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

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DTestShellActivity.java192 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