Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java172 private File mInstallFile = null; field in InstrumentationTest
534 mInstallFile = installFile; in setInstallFile()
746 if (mInstallFile != null) { in run()
749 mInstallFile, true, mInstallArgs.toArray(new String[] {})); in run()
754 mInstallFile.getName(), installOutput)); in run()
768 if (mInstallFile != null) { in run()