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

Commit eb02d496 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Move NetworkState to Connectivity

NetworkState is becoming an internal implementation class, with
NetworkStateSnapshot replacing it as a proper API. Considering this it
belongs inside Connectivity.

Bug: 174123988
Test: m
Change-Id: I201f1a07c50d9da31e33f5c207875da8863ef57c
parent 67ba0bc2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -115,7 +115,8 @@ public class NetworkState implements Parcelable {
    }

    @UnsupportedAppUsage
    public static final @android.annotation.NonNull Creator<NetworkState> CREATOR = new Creator<NetworkState>() {
    @NonNull
    public static final Creator<NetworkState> CREATOR = new Creator<NetworkState>() {
        @Override
        public NetworkState createFromParcel(Parcel in) {
            return new NetworkState(in);