Searched refs:mDeviceIncludeFile (Results 1 – 1 of 1) sorted by relevance
181 private String mDeviceIncludeFile = null; field in AndroidJUnitTest371 mDeviceIncludeFile = mTestFilterDir.replaceAll("/$", "") + "/" + INCLUDE_FILE; in run()372 pushTestFile(mInternalIncludeTestFile, mDeviceIncludeFile, listener, false); in run()376 mTestStorageInternalDir + mDeviceIncludeFile, in run()461 if (mDeviceIncludeFile != null) { in setRunnerArgs()462 runner.addInstrumentationArg(TEST_FILE_INST_ARGS_KEY, mDeviceIncludeFile); in setRunnerArgs()