Searched refs:mTrustRootCertList (Results 1 – 1 of 1) sorted by relevance
172 private Map<String, byte[]> mTrustRootCertList = null; field in PasspointConfiguration177 mTrustRootCertList = trustRootCertList; in setTrustRootCertList()183 return mTrustRootCertList; in getTrustRootCertList()557 if (source.mTrustRootCertList != null) { in PasspointConfiguration()558 mTrustRootCertList = Collections.unmodifiableMap(source.mTrustRootCertList); in PasspointConfiguration()591 writeTrustRootCerts(dest, mTrustRootCertList); in writeToParcel()629 && isTrustRootCertListEquals(mTrustRootCertList, that.mTrustRootCertList) in equals()649 return Objects.hash(mHomeSp, mCredential, mPolicy, mSubscriptionUpdate, mTrustRootCertList, in hashCode()696 if (mTrustRootCertList != null) { in toString()697 builder.append("TrustRootCertServers: ").append(mTrustRootCertList.keySet()) in toString()[all …]