Loading wifi/java/android/net/wifi/hotspot2/PasspointConfiguration.java +3 −3 Original line number Diff line number Diff line Loading @@ -217,9 +217,9 @@ public final class PasspointConfiguration implements Parcelable { return (homeSp == null ? that.homeSp == null : homeSp.equals(that.homeSp)) && (credential == null ? that.credential == null : credential.equals(that.credential)) && (policy == null) ? that.policy == null : policy.equals(that.policy) && (subscriptionUpdate == null) ? that.subscriptionUpdate == null : subscriptionUpdate.equals(that.subscriptionUpdate) && (policy == null ? that.policy == null : policy.equals(that.policy)) && (subscriptionUpdate == null ? that.subscriptionUpdate == null : subscriptionUpdate.equals(that.subscriptionUpdate)) && isTrustRootCertListEquals(trustRootCertList, that.trustRootCertList) && updateIdentifier == that.updateIdentifier && credentialPriority == that.credentialPriority Loading wifi/java/android/net/wifi/hotspot2/pps/Policy.java +6 −6 Original line number Diff line number Diff line Loading @@ -293,13 +293,13 @@ public final class Policy implements Parcelable { && minRoamingDownlinkBandwidth == that.minRoamingDownlinkBandwidth && minRoamingUplinkBandwidth == that.minRoamingUplinkBandwidth && Arrays.equals(excludedSsidList, that.excludedSsidList) && (requiredProtoPortMap == null) ? that.requiredProtoPortMap == null : requiredProtoPortMap.equals(that.requiredProtoPortMap) && (requiredProtoPortMap == null ? that.requiredProtoPortMap == null : requiredProtoPortMap.equals(that.requiredProtoPortMap)) && maximumBssLoadValue == that.maximumBssLoadValue && (preferredRoamingPartnerList == null) ? that.preferredRoamingPartnerList == null : preferredRoamingPartnerList.equals(that.preferredRoamingPartnerList) && (policyUpdate == null) ? that.policyUpdate == null : policyUpdate.equals(that.policyUpdate); && (preferredRoamingPartnerList == null ? that.preferredRoamingPartnerList == null : preferredRoamingPartnerList.equals(that.preferredRoamingPartnerList)) && (policyUpdate == null ? that.policyUpdate == null : policyUpdate.equals(that.policyUpdate)); } /** Loading Loading
wifi/java/android/net/wifi/hotspot2/PasspointConfiguration.java +3 −3 Original line number Diff line number Diff line Loading @@ -217,9 +217,9 @@ public final class PasspointConfiguration implements Parcelable { return (homeSp == null ? that.homeSp == null : homeSp.equals(that.homeSp)) && (credential == null ? that.credential == null : credential.equals(that.credential)) && (policy == null) ? that.policy == null : policy.equals(that.policy) && (subscriptionUpdate == null) ? that.subscriptionUpdate == null : subscriptionUpdate.equals(that.subscriptionUpdate) && (policy == null ? that.policy == null : policy.equals(that.policy)) && (subscriptionUpdate == null ? that.subscriptionUpdate == null : subscriptionUpdate.equals(that.subscriptionUpdate)) && isTrustRootCertListEquals(trustRootCertList, that.trustRootCertList) && updateIdentifier == that.updateIdentifier && credentialPriority == that.credentialPriority Loading
wifi/java/android/net/wifi/hotspot2/pps/Policy.java +6 −6 Original line number Diff line number Diff line Loading @@ -293,13 +293,13 @@ public final class Policy implements Parcelable { && minRoamingDownlinkBandwidth == that.minRoamingDownlinkBandwidth && minRoamingUplinkBandwidth == that.minRoamingUplinkBandwidth && Arrays.equals(excludedSsidList, that.excludedSsidList) && (requiredProtoPortMap == null) ? that.requiredProtoPortMap == null : requiredProtoPortMap.equals(that.requiredProtoPortMap) && (requiredProtoPortMap == null ? that.requiredProtoPortMap == null : requiredProtoPortMap.equals(that.requiredProtoPortMap)) && maximumBssLoadValue == that.maximumBssLoadValue && (preferredRoamingPartnerList == null) ? that.preferredRoamingPartnerList == null : preferredRoamingPartnerList.equals(that.preferredRoamingPartnerList) && (policyUpdate == null) ? that.policyUpdate == null : policyUpdate.equals(that.policyUpdate); && (preferredRoamingPartnerList == null ? that.preferredRoamingPartnerList == null : preferredRoamingPartnerList.equals(that.preferredRoamingPartnerList)) && (policyUpdate == null ? that.policyUpdate == null : policyUpdate.equals(that.policyUpdate)); } /** Loading