Searched refs:decodeCertificates (Results 1 – 1 of 1) sorted by relevance
1349 final Certificate[] trustedCerts = (trustedInstallers != null) ? decodeCertificates( in requestFileChecksums()1409 final Certificate[] trustedCerts = (trustedInstallers != null) ? decodeCertificates( in requestChecksumsInternal()1423 private static @NonNull Certificate[] decodeCertificates(@NonNull List certs) { in decodeCertificates() method in PackageManagerService