Searched refs:mCaCerts (Results 1 – 1 of 1) sorted by relevance
143 private X509Certificate[] mCaCerts; field in WifiEnterpriseConfig175 if (source.mCaCerts != null) { in copyFrom()176 mCaCerts = Arrays.copyOf(source.mCaCerts, source.mCaCerts.length); in copyFrom()178 mCaCerts = null; in copyFrom()230 ParcelUtil.writeCertificates(dest, mCaCerts); in writeToParcel()249 enterpriseConfig.mCaCerts = ParcelUtil.readCertificates(in);659 mCaCerts = new X509Certificate[] {cert}; in setCaCertificate()664 mCaCerts = null; in setCaCertificate()674 if (mCaCerts != null && mCaCerts.length > 0) { in getCaCertificate()675 return mCaCerts[0]; in getCaCertificate()[all …]