Searched refs:DIFF_SIGNER_CERTIFICATE (Results 1 – 1 of 1) sorted by relevance
272 private static final String DIFF_SIGNER_CERTIFICATE = SAMPLE_APK_BASE + "cts-testkey1.x509.pem"; field in PackageManagerTest3322 try (InputStream is = new FileInputStream(DIFF_SIGNER_CERTIFICATE)) { in readCertificate()