Searched refs:apkFileName (Results 1 – 3 of 3) sorted by relevance
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | CtsInstrumentationApkTest.java | 69 public void addInstallApk(String apkFileName, String packageName) { in addInstallApk() argument 70 mInstallFileNames.add(apkFileName); in addInstallApk() 91 for (String apkFileName : mInstallFileNames) { in run() 92 Log.d(LOG_TAG, String.format("Installing %s on %s", apkFileName, in run() 95 File apkFile = mCtsBuild.getTestApp(apkFileName); in run() 101 apkFileName, testDevice.getSerialNumber(), errorCode)); in run() 105 Log.e(LOG_TAG, String.format("Could not find file %s", apkFileName)); in run()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/ |
D | CtsApkInstaller.java | 46 protected File getLocalPathForFilename(IBuildInfo buildInfo, String apkFileName) in getLocalPathForFilename() argument 49 return getCtsBuildHelper(buildInfo).getTestApp(apkFileName); in getLocalPathForFilename() 51 throw new TargetSetupError(String.format("apk not found: %s", apkFileName), e); in getLocalPathForFilename()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | ApkInstaller.java | 46 protected File getLocalPathForFilename(IBuildInfo buildInfo, String apkFileName) in getLocalPathForFilename() argument 50 apkFile = new File(getTestsDir(buildInfo), apkFileName); in getLocalPathForFilename() 55 throw new TargetSetupError(String.format("%s not found", apkFileName), e); in getLocalPathForFilename()
|