Searched refs:pushFileToRemote (Results 1 – 1 of 1) sorted by relevance
2005 remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromResource()2006 remoteV4SignaturePath = pushFileToRemote(v4SignatureFile); in installV4PackageFromResource()2021 String remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromBuild()2022 String remoteV4SignaturePath = pushFileToRemote(v4SignatureFile); in installV4PackageFromBuild()2031 private String pushFileToRemote(File localFile) throws DeviceNotAvailableException { in pushFileToRemote() method in PkgInstallSignatureVerificationTest