Home
last modified time | relevance | path

Searched defs:apkFile (Results 1 – 5 of 5) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInteractionHelperInstaller.java110 File apkFile = testInfo.getDependencyFile(apkName, true); in setUp() local
139 private void checkApkFile(ITestDevice device, File apkFile, String expectedPackage) in checkApkFile()
166 protected AaptParser parseApk(File apkFile) { in parseApk()
171 private void installHelperApk(ITestDevice device, File apkFile, String apkPackage) in installHelperApk()
DApkInstaller.java60 File apkFile = null; in getLocalPathForFilename() local
DApkInstrumentationPreparer.java136 File apkFile = buildHelper.getTestFile(mApkFileName); in instrument() local
DMediaPreparer.java574 File apkFile = null; in setMaxRes() local
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DApkInstaller.java272 public String parsePackageName(Path apkFile) throws IOException { in parsePackageName()
285 String parsePackageName(Path apkFile) throws IOException; in parsePackageName()