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.java201 private File mInstallFile = null; field in InstrumentationTest
562 mInstallFile = installFile; in setInstallFile()
831 if (mInstallFile != null) { in run()
838 mInstallFile, true, mInstallArgs.toArray(new String[] {})); in run()
843 mInstallFile.getName(), installOutput), in run()
874 if (mInstallFile != null) { in run()