Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java297 private String mTestFilePathOnDevice = null; field in InstrumentationTest
359 mTestFilePathOnDevice = testFilePathOnDevice; in setTestFilePathOnDevice()
417 return mTestFilePathOnDevice; in getTestFilePathOnDevice()
783 if (mTestFilePathOnDevice != null) { in setRunnerArgs()
784 addInstrumentationArg(TEST_FILE_INST_ARGS_KEY, mTestFilePathOnDevice); in setRunnerArgs()