Searched refs:certFile (Results 1 – 3 of 3) sorted by relevance
196 signerParams.certFile = optionsParser.getRequiredValue("Certificate file"); in sign()629 String certFile; field in ApkSignerTool.SignerParams648 && (certFile == null) in isEmpty()659 } else if (certFile != null) { in loadPrivateKeyAndCerts()872 if (certFile == null) { in loadPrivateKeyAndCertsFromFiles()917 try (FileInputStream in = new FileInputStream(certFile)) { in loadPrivateKeyAndCertsFromFiles()
1232 final String certFile = "foo.dc"; in testInstallPackages() local1234 EasyMock.expect(mMockIDevice.syncPackageToDevice(EasyMock.contains(certFile))).andReturn( in testInstallPackages()1235 certFile); in testInstallPackages()1240 EasyMock.eq(certFile), in testInstallPackages()1249 mMockIDevice.removeRemotePackage(certFile); in testInstallPackages()1254 assertNull(mTestDevice.installPackage(new File(apkFile), new File(certFile), true, "-l")); in testInstallPackages()
238 public String installPackage(final File packageFile, final File certFile, in installPackage() argument253 getIDevice().syncPackageToDevice(certFile.getAbsolutePath()); in installPackage()