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

Commit 281d7490 authored by Christopher Wiley's avatar Christopher Wiley Committed by android-build-merger
Browse files

Merge "Add InterfaceConfiguration.isUp()"

am: c7ea99a6

Change-Id: Id0bc63c82f8ffd6ad411769ab012efd8bbdfa3ce
parents 23ff65ed c7ea99a6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -124,6 +124,10 @@ public class InterfaceConfiguration implements Parcelable {
        return false;
    }

    public boolean isUp() {
        return hasFlag(FLAG_UP);
    }

    /** {@inheritDoc} */
    public int describeContents() {
        return 0;