Searched refs:mTrustRootCertList (Results 1 – 1 of 1) sorted by relevance
140 private Map<String, byte[]> mTrustRootCertList = null; field in PasspointConfiguration145 mTrustRootCertList = trustRootCertList; in setTrustRootCertList()151 return mTrustRootCertList; in getTrustRootCertList()396 if (source.mTrustRootCertList != null) { in PasspointConfiguration()397 mTrustRootCertList = Collections.unmodifiableMap(source.mTrustRootCertList); in PasspointConfiguration()425 writeTrustRootCerts(dest, mTrustRootCertList); in writeToParcel()456 && isTrustRootCertListEquals(mTrustRootCertList, that.mTrustRootCertList) in equals()472 return Objects.hash(mHomeSp, mCredential, mPolicy, mSubscriptionUpdate, mTrustRootCertList, in hashCode()516 if (mTrustRootCertList != null) { in toString()517 builder.append("TrustRootCertServers: ").append(mTrustRootCertList.keySet()) in toString()[all …]