Searched refs:pushFileToRemote (Results 1 – 1 of 1) sorted by relevance
1837 String remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromResource()1838 pushFileToRemote(v4SignatureFile); in installV4PackageFromResource()1851 String remoteApkFilePath = pushFileToRemote(apkFile); in installV4PackageFromBuild()1852 pushFileToRemote(v4SignatureFile); in installV4PackageFromBuild()1856 private String pushFileToRemote(File localFile) throws DeviceNotAvailableException { in pushFileToRemote() method in PkgInstallSignatureVerificationTest