Searched refs:mCertificates (Results 1 – 1 of 1) sorted by relevance
759 private final List<X509Certificate> mCertificates; field in ApkSigner.SignerConfig767 mCertificates = Collections.unmodifiableList(new ArrayList<>(certificates)); in SignerConfig()789 return mCertificates; in getCertificates()798 private final List<X509Certificate> mCertificates; field in ApkSigner.SignerConfig.Builder818 mCertificates = new ArrayList<>(certificates); in Builder()829 mCertificates); in build()