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

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java192 mUiAutoTestPath = intent.getStringExtra(UI_AUTO_TEST);
193 if(mUiAutoTestPath != null) {
227 new FileReader(mUiAutoTestPath));
257 mUiAutoTestPath = null;
352 if (mUiAutoTestPath != null) {
922 private String mUiAutoTestPath; field in class:TestShellActivity

Completed in 37 milliseconds