Searched refs:mCaCerts (Results 1 – 1 of 1) sorted by relevance
240 private X509Certificate[] mCaCerts; field in WifiEnterpriseConfig274 if (source.mCaCerts != null) { in copyFrom()275 mCaCerts = Arrays.copyOf(source.mCaCerts, source.mCaCerts.length); in copyFrom()277 mCaCerts = null; in copyFrom()332 ParcelUtil.writeCertificates(dest, mCaCerts); in writeToParcel()354 enterpriseConfig.mCaCerts = ParcelUtil.readCertificates(in);785 mCaCerts = new X509Certificate[] {cert}; in setCaCertificate()787 mCaCerts = null; in setCaCertificate()791 mCaCerts = null; in setCaCertificate()801 if (mCaCerts != null && mCaCerts.length > 0) { in getCaCertificate()[all …]