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.java2001 String remoteApkFilePath = null, remoteV4SignaturePath = null; in installV4PackageFromResource() local
2005 remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromResource()
2007 return installV4Package(remoteApkFilePath); in installV4PackageFromResource()
2011 getDevice().deleteFile(remoteApkFilePath); in installV4PackageFromResource()
2021 String remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromBuild() local
2024 return installV4Package(remoteApkFilePath); in installV4PackageFromBuild()
2026 getDevice().deleteFile(remoteApkFilePath); in installV4PackageFromBuild()