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

Commit 7e5ad78c authored by Aaron Huang's avatar Aaron Huang Committed by Automerger Merge Worker
Browse files

Merge "Add return type javadoc to NetworkStateSnapshot#getLegacyType" into sc-dev am: 8a520d60

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14486301

Change-Id: I0c7d62ec0b66ba6d34c6cfe1f6b26b3ca303869a
parents edeb26a9 8a520d60
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -104,7 +104,10 @@ public final class NetworkStateSnapshot implements Parcelable {
        return mSubscriberId;
    }

    /** Get the legacy type of the network associated with this snapshot. */
    /**
     * Get the legacy type of the network associated with this snapshot.
     * @return the legacy network type. See {@code ConnectivityManager#TYPE_*}.
     */
    public int getLegacyType() {
        return mLegacyType;
    }