Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DApkInstrumentationPreparer.java47 protected String mApkFileName = null; field in ApkInstrumentationPreparer
113 File apkFile = buildHelper.getTestFile(mApkFileName); in instrument()
115 throw new FileNotFoundException(String.format("%s not found", mApkFileName)); in instrument()