Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPkgInstallSignatureVerificationTest.java2003 String remoteApkFilePath = null, remoteV4SignaturePath = null; in installV4PackageFromResource() local
2007 remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromResource()
2009 return installV4Package(remoteApkFilePath); in installV4PackageFromResource()
2013 getDevice().deleteFile(remoteApkFilePath); in installV4PackageFromResource()
2023 String remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromBuild() local
2026 return installV4Package(remoteApkFilePath); in installV4PackageFromBuild()
2028 getDevice().deleteFile(remoteApkFilePath); in installV4PackageFromBuild()