Searched refs:mTrustRootCertList (Results 1 – 1 of 1) sorted by relevance
138 private Map<String, byte[]> mTrustRootCertList = null; field in PasspointConfiguration143 mTrustRootCertList = trustRootCertList; in setTrustRootCertList()149 return mTrustRootCertList; in getTrustRootCertList()350 if (source.mTrustRootCertList != null) { in PasspointConfiguration()351 mTrustRootCertList = Collections.unmodifiableMap(source.mTrustRootCertList); in PasspointConfiguration()378 writeTrustRootCerts(dest, mTrustRootCertList); in writeToParcel()405 && isTrustRootCertListEquals(mTrustRootCertList, that.mTrustRootCertList) in equals()419 return Objects.hash(mHomeSp, mCredential, mPolicy, mSubscriptionUpdate, mTrustRootCertList, in hashCode()462 if (mTrustRootCertList != null) { in toString()463 builder.append("TrustRootCertServers: ").append(mTrustRootCertList.keySet()) in toString()[all …]