Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java184 private File mInstallFile = null; field in InstrumentationTest
576 mInstallFile = installFile; in setInstallFile()
795 if (mInstallFile != null) { in run()
798 mInstallFile, true, mInstallArgs.toArray(new String[] {})); in run()
803 mInstallFile.getName(), installOutput)); in run()
817 if (mInstallFile != null) { in run()