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

Commit 2f966747 authored by Stuart Scott's avatar Stuart Scott Committed by Natiq Ahmed
Browse files

Update javadoc and hide getNameSource and getDataRoaming

Note SubscriptionInfo was not public in 21 and 22 hasn't been released yet.

bug:18983672
Change-Id: I9e8684eea2462fb655846d0719158d54007fabc5
parent 06ba596b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28635,7 +28635,6 @@ package android.telephony {
    method public int describeContents();
    method public java.lang.CharSequence getCarrierName();
    method public java.lang.String getCountryIso();
    method public int getDataRoaming();
    method public java.lang.CharSequence getDisplayName();
    method public java.lang.String getIccId();
    method public int getIconTint();
+3 −2
Original line number Diff line number Diff line
@@ -266,8 +266,9 @@ public class SubscriptionInfo implements Parcelable {
    }

    /**
     * @return the data roaming state for this subscription, either
     * {@link SubscriptionManager#DATA_ROAMING_ENABLE} or {@link SubscriptionManager#DATA_ROAMING_DISABLE}.
     * @return the data roaming state for this subscription, either DATA_ROAMING_ENABLE or
     * DATA_ROAMING_DISABLE.
     * @hide
     */
    public int getDataRoaming() {
        return this.mDataRoaming;