Merge "WifiEnterpriseConfig: Fix copy constructor" am: 13886253be
am: 8abe7c5544
Change-Id: Ia985aa9473574879425aa003f0a1d2c2aab6b3eb
This commit is contained in:
@@ -155,6 +155,9 @@ public class WifiEnterpriseConfig implements Parcelable {
|
|||||||
for (String key : source.mFields.keySet()) {
|
for (String key : source.mFields.keySet()) {
|
||||||
mFields.put(key, source.mFields.get(key));
|
mFields.put(key, source.mFields.get(key));
|
||||||
}
|
}
|
||||||
|
mCaCerts = source.mCaCerts;
|
||||||
|
mClientPrivateKey = source.mClientPrivateKey;
|
||||||
|
mClientCertificate = source.mClientCertificate;
|
||||||
mEapMethod = source.mEapMethod;
|
mEapMethod = source.mEapMethod;
|
||||||
mPhase2Method = source.mPhase2Method;
|
mPhase2Method = source.mPhase2Method;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user