Searched defs:mUiAutoTestPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java191 mUiAutoTestPath = intent.getStringExtra(UI_AUTO_TEST);
192 if(mUiAutoTestPath != null) {
224 new FileReader(mUiAutoTestPath));
254 mUiAutoTestPath = null;
356 if (mUiAutoTestPath != null) {
894 private String mUiAutoTestPath; field in class:TestShellActivity

Completed in 408 milliseconds