Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DApkInstaller.java56 protected File getLocalPathForFilename(IBuildInfo buildInfo, String apkFileName, in getLocalPathForFilename() argument
60 apkFile = getTestFile(buildInfo, apkFileName); in getLocalPathForFilename()
65 throw new TargetSetupError(String.format("%s not found", apkFileName), e, in getLocalPathForFilename()