Searched refs:remoteApkFilePath (Results 1 – 1 of 1) sorted by relevance
2003 String remoteApkFilePath = null, remoteV4SignaturePath = null; in installV4PackageFromResource() local2007 remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromResource()2009 return installV4Package(remoteApkFilePath); in installV4PackageFromResource()2013 getDevice().deleteFile(remoteApkFilePath); in installV4PackageFromResource()2023 String remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromBuild() local2026 return installV4Package(remoteApkFilePath); in installV4PackageFromBuild()2028 getDevice().deleteFile(remoteApkFilePath); in installV4PackageFromBuild()