Searched refs:mTrustRootCertList (Results 1 – 2 of 2) sorted by relevance
180 private Map<String, byte[]> mTrustRootCertList = null; field in PasspointConfiguration185 mTrustRootCertList = trustRootCertList; in setTrustRootCertList()191 return mTrustRootCertList; in getTrustRootCertList()692 if (source.mTrustRootCertList != null) { in PasspointConfiguration()693 mTrustRootCertList = Collections.unmodifiableMap(source.mTrustRootCertList); in PasspointConfiguration()732 writeTrustRootCerts(dest, mTrustRootCertList); in writeToParcel()776 && isTrustRootCertListEquals(mTrustRootCertList, that.mTrustRootCertList) in equals()850 if (mTrustRootCertList != null) { in toString()851 builder.append("TrustRootCertServers: ").append(mTrustRootCertList.keySet()) in toString()923 if (mTrustRootCertList != null) { in validateForCommonR1andR2()[all …]
637 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mTrustRootCertList:Ljava/util/Map;