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

Commit 8a520d60 authored by Aaron Huang's avatar Aaron Huang Committed by Android (Google) Code Review
Browse files

Merge "Add return type javadoc to NetworkStateSnapshot#getLegacyType" into sc-dev

parents 12e2b51e f5755c29
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;
    }