Loading core/java/android/net/NetworkStateSnapshot.java +4 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
core/java/android/net/NetworkStateSnapshot.java +4 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading