Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 701a4b55 authored by Peter Qiu's avatar Peter Qiu
Browse files

hotspot2: fix typo in the getter functions

Bug: 34862444
Test: frameworks/base/wifi/tests/runtests.sh
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: If833fb06cead7df9d631b3b12d66d05b8422d46c
Merged-In: If833fb06cead7df9d631b3b12d66d05b8422d46c
parent fd77a331
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -25027,7 +25027,7 @@ package android.net.wifi.hotspot2 {
    method public java.lang.String getSubscriptionType();
    method public android.net.wifi.hotspot2.pps.UpdateParameter getSubscriptionUpdate();
    method public java.util.Map<java.lang.String, byte[]> getTrustRootCertList();
    method public int getUpdateIdentififer();
    method public int getUpdateIdentifier();
    method public long getUsageLimitDataLimit();
    method public long getUsageLimitStartTimeInMs();
    method public long getUsageLimitTimeLimitInMinutes();
@@ -25069,7 +25069,7 @@ package android.net.wifi.hotspot2.pps {
    method public int describeContents();
    method public java.security.cert.X509Certificate getCaCertificate();
    method public android.net.wifi.hotspot2.pps.Credential.CertificateCredential getCertCredential();
    method public boolean getCheckAaaServerStatus();
    method public boolean getCheckAaaServerCertStatus();
    method public java.security.cert.X509Certificate[] getClientCertificateChain();
    method public java.security.PrivateKey getClientPrivateKey();
    method public long getCreationTimeInMs();
@@ -25150,7 +25150,7 @@ package android.net.wifi.hotspot2.pps {
    method public java.util.Map<java.lang.String, java.lang.Long> getHomeNetworkIds();
    method public java.lang.String getIconUrl();
    method public long[] getMatchAllOis();
    method public long[] getMatchAnysOis();
    method public long[] getMatchAnyOis();
    method public java.lang.String[] getOtherHomePartners();
    method public long[] getRoamingConsortiumOis();
    method public void setFqdn(java.lang.String);
@@ -25172,7 +25172,7 @@ package android.net.wifi.hotspot2.pps {
    method public int describeContents();
    method public java.lang.String[] getExcludedSsidList();
    method public int getMaximumBssLoadValue();
    method public long getMinHomeDownlinkBandWidht();
    method public long getMinHomeDownlinkBandwidth();
    method public long getMinHomeUplinkBandwidth();
    method public long getMinRoamingDownlinkBandwidth();
    method public long getMinRoamingUplinkBandwidth();
+4 −4
Original line number Diff line number Diff line
@@ -27580,7 +27580,7 @@ package android.net.wifi.hotspot2 {
    method public java.lang.String getSubscriptionType();
    method public android.net.wifi.hotspot2.pps.UpdateParameter getSubscriptionUpdate();
    method public java.util.Map<java.lang.String, byte[]> getTrustRootCertList();
    method public int getUpdateIdentififer();
    method public int getUpdateIdentifier();
    method public long getUsageLimitDataLimit();
    method public long getUsageLimitStartTimeInMs();
    method public long getUsageLimitTimeLimitInMinutes();
@@ -27622,7 +27622,7 @@ package android.net.wifi.hotspot2.pps {
    method public int describeContents();
    method public java.security.cert.X509Certificate getCaCertificate();
    method public android.net.wifi.hotspot2.pps.Credential.CertificateCredential getCertCredential();
    method public boolean getCheckAaaServerStatus();
    method public boolean getCheckAaaServerCertStatus();
    method public java.security.cert.X509Certificate[] getClientCertificateChain();
    method public java.security.PrivateKey getClientPrivateKey();
    method public long getCreationTimeInMs();
@@ -27703,7 +27703,7 @@ package android.net.wifi.hotspot2.pps {
    method public java.util.Map<java.lang.String, java.lang.Long> getHomeNetworkIds();
    method public java.lang.String getIconUrl();
    method public long[] getMatchAllOis();
    method public long[] getMatchAnysOis();
    method public long[] getMatchAnyOis();
    method public java.lang.String[] getOtherHomePartners();
    method public long[] getRoamingConsortiumOis();
    method public void setFqdn(java.lang.String);
@@ -27725,7 +27725,7 @@ package android.net.wifi.hotspot2.pps {
    method public int describeContents();
    method public java.lang.String[] getExcludedSsidList();
    method public int getMaximumBssLoadValue();
    method public long getMinHomeDownlinkBandWidht();
    method public long getMinHomeDownlinkBandwidth();
    method public long getMinHomeUplinkBandwidth();
    method public long getMinRoamingDownlinkBandwidth();
    method public long getMinRoamingUplinkBandwidth();
+4 −4
Original line number Diff line number Diff line
@@ -25100,7 +25100,7 @@ package android.net.wifi.hotspot2 {
    method public java.lang.String getSubscriptionType();
    method public android.net.wifi.hotspot2.pps.UpdateParameter getSubscriptionUpdate();
    method public java.util.Map<java.lang.String, byte[]> getTrustRootCertList();
    method public int getUpdateIdentififer();
    method public int getUpdateIdentifier();
    method public long getUsageLimitDataLimit();
    method public long getUsageLimitStartTimeInMs();
    method public long getUsageLimitTimeLimitInMinutes();
@@ -25142,7 +25142,7 @@ package android.net.wifi.hotspot2.pps {
    method public int describeContents();
    method public java.security.cert.X509Certificate getCaCertificate();
    method public android.net.wifi.hotspot2.pps.Credential.CertificateCredential getCertCredential();
    method public boolean getCheckAaaServerStatus();
    method public boolean getCheckAaaServerCertStatus();
    method public java.security.cert.X509Certificate[] getClientCertificateChain();
    method public java.security.PrivateKey getClientPrivateKey();
    method public long getCreationTimeInMs();
@@ -25223,7 +25223,7 @@ package android.net.wifi.hotspot2.pps {
    method public java.util.Map<java.lang.String, java.lang.Long> getHomeNetworkIds();
    method public java.lang.String getIconUrl();
    method public long[] getMatchAllOis();
    method public long[] getMatchAnysOis();
    method public long[] getMatchAnyOis();
    method public java.lang.String[] getOtherHomePartners();
    method public long[] getRoamingConsortiumOis();
    method public void setFqdn(java.lang.String);
@@ -25245,7 +25245,7 @@ package android.net.wifi.hotspot2.pps {
    method public int describeContents();
    method public java.lang.String[] getExcludedSsidList();
    method public int getMaximumBssLoadValue();
    method public long getMinHomeDownlinkBandWidht();
    method public long getMinHomeDownlinkBandwidth();
    method public long getMinHomeUplinkBandwidth();
    method public long getMinRoamingDownlinkBandwidth();
    method public long getMinRoamingUplinkBandwidth();
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public final class PasspointConfiguration implements Parcelable {
    public void setUpdateIdentifier(int updateIdentifier) {
        mUpdateIdentifier = updateIdentifier;
    }
    public int getUpdateIdentififer() {
    public int getUpdateIdentifier() {
        return mUpdateIdentifier;
    }

+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ public final class Credential implements Parcelable {
    public void setCheckAaaServerCertStatus(boolean checkAaaServerCertStatus) {
        mCheckAaaServerCertStatus = checkAaaServerCertStatus;
    }
    public boolean getCheckAaaServerStatus() {
    public boolean getCheckAaaServerCertStatus() {
        return mCheckAaaServerCertStatus;
    }

Loading