Searched refs:pushFileToRemote (Results 1 – 1 of 1) sorted by relevance
1878 remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromResource()1879 remoteV4SignaturePath = pushFileToRemote(v4SignatureFile); in installV4PackageFromResource()1894 String remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromBuild()1895 String remoteV4SignaturePath = pushFileToRemote(v4SignatureFile); in installV4PackageFromBuild()1904 private String pushFileToRemote(File localFile) throws DeviceNotAvailableException { in pushFileToRemote() method in PkgInstallSignatureVerificationTest