Searched refs:remoteApkFilePath (Results 1 – 1 of 1) sorted by relevance
2001 String remoteApkFilePath = null, remoteV4SignaturePath = null; in installV4PackageFromResource() local2005 remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromResource()2007 return installV4Package(remoteApkFilePath); in installV4PackageFromResource()2011 getDevice().deleteFile(remoteApkFilePath); in installV4PackageFromResource()2021 String remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromBuild() local2024 return installV4Package(remoteApkFilePath); in installV4PackageFromBuild()2026 getDevice().deleteFile(remoteApkFilePath); in installV4PackageFromBuild()