Searched refs:pushFileToRemote (Results 1 – 1 of 1) sorted by relevance
1559 String remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromResource()1560 pushFileToRemote(v4SignatureFile); in installV4PackageFromResource()1573 String remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromBuild()1574 pushFileToRemote(v4SignatureFile); in installV4PackageFromBuild()1578 private String pushFileToRemote(File localFile) throws DeviceNotAvailableException { in pushFileToRemote() method in PkgInstallSignatureVerificationTest